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:Jump to solution
Check out this message thread, It may be what you are looking for:
https://discord.com/channels/883083792112300104/1255861903100739667/1255861903100739667...
1 Reply
Solution
Check out this message thread, It may be what you are looking for:
https://discord.com/channels/883083792112300104/1255861903100739667/1255861903100739667