© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
17 replies
Mexata

Remove Create and Create another button from wizard form

I have a wizard in a form:
public static function form(Form $form): Form
    {
        return $form
            ->columns(1)
            ->schema([
                Wizard::make([ ... ])
            ])
}
public static function form(Form $form): Form
    {
        return $form
            ->columns(1)
            ->schema([
                Wizard::make([ ... ])
            ])
}


but it still shows the "creat" and "create another" button.
how do i remove those?
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

How to remove create / create another buttons from wizard?
FilamentFFilament / ❓┊help
3y ago
How to remove create & create another button?
FilamentFFilament / ❓┊help
3y ago
Remove create another on create option form
FilamentFFilament / ❓┊help
2y ago
how to remove default form create cancel button from bottom and use that in wizard footer
FilamentFFilament / ❓┊help
2y ago