Wizard Trigger Next Steps From Notification.
So I checked the data after validation was carried out, and if the data is not similar then I will give the user a warning in the notification like the code below.
This notification has actions to cancel and continue, but I'm confused about how to trigger the wizard next step from this notification.
Can I get help here?
1 Reply
I have tried it by making a step like this
Wizard\Step::make('detail-insiden')
then adding extraAlpineAttributes
to wizard
and use dispatch on notificatoin actions, but noting happen