© 2026 Hedgehog Software, LLC

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

How to add a custom action to my custom Wizard?

I've implemented a CustomWizard extending the Filament Wizard. Including my own blade file.

Next to the
{{ $getSubmitAction() }}
{{ $getSubmitAction() }}
I'd like some additional actions.

If I try to include this action there, the button is added, but the
->action()
->action()
inside never gets called. Giving it a
->url()
->url()
works, but I'd prefer to solve this the Livewire way.

Another option would be to add additional submit buttons, but I'd have to know how to distinguish them in the backend.

Any help is appreciated.
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 action to a wizard step
FilamentFFilament / ❓┊help
14mo ago
Add Action to custom widget
FilamentFFilament / ❓┊help
3y ago
Can I add an import action to a wizard form
FilamentFFilament / ❓┊help
15mo ago
How to Add Custom Action Buttons to RelationManager Modal
FilamentFFilament / ❓┊help
3y ago