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:
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...
Jump to solution
1 Reply
Solution
LeandroFerreira
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

Did you find this page helpful?