Can wizard next and previous buttons on form trigger save method?
I have a very long form and I'm looking for a way to save it every time somebody clicks next or previous in the wizard, since it's broken down into many wizard steps.
4 Replies
Does the
afterValidation
trigger when using skippable?Does it make sense to use skippable if you want to save the data by step 🤔 ?
yes, because it's a very long form and we allow it to filled up over multiple days
so any time a step is skipped (switched) i would want it saved as well