© 2026 Hedgehog Software, LLC

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

Trigger Wizard next step via Action

I have a form, where I send a notification an a specific update:

Notification::make()
->title('In the next step you could also use XXX')
->info()
->actions([
NotificationAction::make('To next step')
->button()
NotificationAction::make('Abbrechen')
->button()
->extraAttributes(['x-on:click' => 'close']),
])
->send();

How can i achieve in the first NotificationAction to try to move an to the next Step?
Solution
Check out this message thread, It may be what you are looking for:
How to Programmatically Navigate to a Specific Step in a Wizard
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

Trigger next wizard step
FilamentFFilament / ❓┊help
6mo ago
Next Step action in Wizard
FilamentFFilament / ❓┊help
2y ago
How to trigger form wizard next step via javascript?
FilamentFFilament / ❓┊help
12mo ago
Trigger action/s upon Wizard 'next'
FilamentFFilament / ❓┊help
3y ago