I am creating a multi step form with different pages using umbraco forms 6.0.2.
I wanted the data to be saved each time the 'next' button is clicked and then entry updated when the user continue filling up the form.
Can you please advise how this can be done?
It seems like this process would make the form I already have working obsolete. I don't want to setup a new model. I already have a working form with all the validation/rules/pages etc.
Is there a way to save a multi-page form within the new/current Forms system?
Hi @aaeda,
Have you succeed in implementing this in your code? We've this specific need and due to lack of help on this we thought about moving to Umbraco Contour or something different but we don't want to loose Umbraco Forms benefits.
Multi Steps form - saving data
Hello
I am creating a multi step form with different pages using umbraco forms 6.0.2. I wanted the data to be saved each time the 'next' button is clicked and then entry updated when the user continue filling up the form. Can you please advise how this can be done?
Thanks
Did you find a solution? I'm having the same issue.
This link will help you.
https://umbraco.com/blog/creating-multi-step-forms-using-a-surfacecontroller/
It seems like this process would make the form I already have working obsolete. I don't want to setup a new model. I already have a working form with all the validation/rules/pages etc.
Is there a way to save a multi-page form within the new/current Forms system?
Sorry for my lack of attention. I see now what it is about Umbraco Forms plugin! and not on multi-step forms in umbraco! sorry!
I do not use Umbraco Forms much. Use alternative packages, like this one from the link below.
https://github.com/kjac/FormEditor
As far as I know for multi-step forms in the Umbraco Forms plugin it's just customizing in code. I believe this post below may help you:
https://our.umbraco.org/forum/umbraco-forms/77680-conditional-next-step-in-a-multiple-step-form
Hi @aaeda, Have you succeed in implementing this in your code? We've this specific need and due to lack of help on this we thought about moving to Umbraco Contour or something different but we don't want to loose Umbraco Forms benefits.
Moshe
Hello Moshe
No unfortunately not yet. I will have a look and try it. Will keep you informed.
Regards Aaeda
is working on a reply...