© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Marcellin

Add create another and cancel buttons in custom form

I created a custom form but I need to know how can i include the create another and cancel buttons in the page, with their respective styling.
<x-filament::page>
    <form wire:submit.prevent="submit">
        {{ $this->form }}
        <div class="mt-4">
            <x-filament::button type="submit">
                Create
            </x-filament::button>
        </div>
    </form>
</x-filament::page>
<x-filament::page>
    <form wire:submit.prevent="submit">
        {{ $this->form }}
        <div class="mt-4">
            <x-filament::button type="submit">
                Create
            </x-filament::button>
        </div>
    </form>
</x-filament::page>

I currently only know the create button process.
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

Add create cancel and create& create another in form header
FilamentFFilament / ❓┊help
3y ago
How do I add default buttons like "Cancel" or "Create & create another"?
FilamentFFilament / ❓┊help
3y ago
Form Actions (Create and Cancel)
FilamentFFilament / ❓┊help
2y ago