Wizard step - Step Forward, Step Back Without Clicking the Action Button
Currently, I am working on wizard steps. Is there any way I can go to the next step or previous step without clicking the button, something like dispatching an event?
3 Replies
I think so. Where would you like to do it?
from the javascript side, or from mount in a component after performing some task
tried this seems to be working but after or before validation function is not executing
what about
startOnStep()
?
https://filamentphp.com/docs/3.x/forms/layout/wizard#setting-the-default-active-step
I think you could also use this approach
https://github.com/filamentphp/filament/discussions/12526#discussioncomment-9251778GitHub
How to return the Wizard to step 1 after create success in custom p...
Package Form builder Package Version v3 How can we help you? Hello, I have created a custom page using the form following schema this form saves the data into external API. Wizard::make([ Wizard\St...