Wizard step methods available in v4
I'm building a wizard - step 1 is uploading a file, step 2 is some validation and user decisions - step 3 needs to do things with the decisions made in step 2.
So I'd like to do some processing when the user presses "next" to proceed to step 3 - but what methods are available (I don't see any) on that button - or what is the recommended way to implement this?
Solution:Jump to solution
Wizard provides step lifecycle hooks
You can also use
$get
in step 3 fields to retrieve the state (value) of another field from step 2...1 Reply
Solution
Wizard provides step lifecycle hooks
You can also use
$get
in step 3 fields to retrieve the state (value) of another field from step 2