Saving first step in a 3 Step Form
I'm creating a form with 3 steps but would like to save the first step before continuing to the next step. Is the possible in any way?
3 Replies
You can do it with afterStateUpdated() on the step, or afterStateValidated() if memory serves me right. However, if you have any rules in that first form when it comes to save at the final stage you'll need to remove the values etc.
->afterValidation() ?
Would try that to see it works