Mexata
Mexata
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
thank you
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
Its fixed now, i had
'create' => Pages\CreateCard::route('/create')
'create' => Pages\CreateCard::route('/create')
didnt work but changing that to
'create' => CreateCard::route('/create')
'create' => CreateCard::route('/create')
worked for some reason
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
yes
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
and my create page is called CreateCard.php
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
CardResource.php
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
from filament
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
yes i have but it wont show anything, maybe it has something to do with this being in the resource:
public static function getPages(): array
{
return [
'index' => Pages\ListRecord::route('/'),
'create' => Pages\CreateRecord::route('/create'),
'view' => Pages\ViewRecord::route('/{record}'),
];
}
public static function getPages(): array
{
return [
'index' => Pages\ListRecord::route('/'),
'create' => Pages\CreateRecord::route('/create'),
'view' => Pages\ViewRecord::route('/{record}'),
];
}
would i have to put this in CreatePage or not?
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
i tried using that but couldnt figure it out
18 replies
FFilament
Created by abdullafahem on 5/8/2024 in #❓┊help
Form in Dashboard
maybe you could create a custom widget. https://filamentphp.com/docs/2.x/admin/resources/widgets and using html code to create a form. (this might help, im very new to all this. but just trying to help) But ive created custom widgets in my dashboard before and you can make anything in it but it would not have styling like all the other forms in filament, you would have to do the styling yourself.
4 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Remove Create and Create another button from wizard form
anyone?
18 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Create record function in filament resource
thx it worked, idk why i didnt think of that lol
6 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Create record function in filament resource
but yeah i guess i could try that
6 replies
FFilament
Created by Mexata on 5/8/2024 in #❓┊help
Create record function in filament resource
mooi naampje 😂
6 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
thank you tho
26 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
or maybe some hopps in the chat
26 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
will keep on looking
26 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
alright
26 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
is it possible to when i press my button in my widget to open it like this
26 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
No description
26 replies
FFilament
Created by Mexata on 4/26/2024 in #❓┊help
Directing to a form in a resource from a widget in my dashboard
is it possible to not do that and actually go from the widget to the form
26 replies