© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
8 replies
ericmp #2

Disable createAnother in form footer

I'm in the bottom of the form, i want to hide the create another button, im trying to find it in the docs but i dont find it.

i've found this, but seems isnt what i want, cuz stays the same. :
(file
app/Filament/Resources/FormResource/Pages/ListForms.php
app/Filament/Resources/FormResource/Pages/ListForms.php
)
protected function getHeaderActions(): array
{
    return [
        Actions\CreateAction::make()->createAnother(false),
    ];
}
protected function getHeaderActions(): array
{
    return [
        Actions\CreateAction::make()->createAnother(false),
    ];
}

i also tried to create a fn called getFooterActions but nah
Screenshot_2023-11-28_at_11.08.07.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

createAnother in custom action
FilamentFFilament / ❓┊help
15mo ago
hiding create & createAnother
FilamentFFilament / ❓┊help
3y ago
Disable dark mode in form builder
FilamentFFilament / ❓┊help
3y ago
Access form with extra modal footer
FilamentFFilament / ❓┊help
13mo ago