© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
7 replies
Scott

Disable "create another" on form (non modal)

I only want to let users create a single item for a model, but in the form it shows "Create and create another". I know you can disable this for a modal Action, but how do you disable it for a regular form?
Solution
if you are using pages
//CreateXX.php
protected static bool $canCreateAnother = false;
//CreateXX.php
protected static bool $canCreateAnother = false;

if you are using modals
Actions\CreateAction::make()
    ->createAnother(false)
Actions\CreateAction::make()
    ->createAnother(false)
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Open another form modal from a form modal
FilamentFFilament / ❓┊help
10mo ago
Remove create another on create option form
FilamentFFilament / ❓┊help
2y ago
Disable "Create & create another" checkbox in createOptionForm modal (Filament 4.x)
FilamentFFilament / ❓┊help
8mo ago
Open modal with form from another form.
FilamentFFilament / ❓┊help
3y ago