F
Filament2mo ago
Nathan

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
Nathan
NathanOP2mo ago
Does the afterValidation trigger when using skippable?
LeandroFerreira
LeandroFerreira2mo ago
Does it make sense to use skippable if you want to save the data by step 🤔 ?
Nathan
NathanOP2mo ago
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

Did you find this page helpful?