I've got a multi-page form in Umbraco forms and I've noticed it's submitted on each "page" and I'd like to avoid this behaviour. What I want is change pages with JS and submit the form only once, when the users have filled all the fields.
I want to do exactly that, that is data to be saved on each step. Can you please let me know which version of umbraco forms you are using?
I am using version 6.0.2
I'm afraid I can't help you much as this was more than a year ago.
This is what I remember: The form was submitted on every step, but it didn't store the information in the database, i.e., it refreshed the page (this is why I wanted to avoid it) and stored the data in session.
Avoid submitting multi page form on each step
Hi,
I've got a multi-page form in Umbraco forms and I've noticed it's submitted on each "page" and I'd like to avoid this behaviour. What I want is change pages with JS and submit the form only once, when the users have filled all the fields.
Is there any way to do this?
Cheers!
Hello Cristhian
I want to do exactly that, that is data to be saved on each step. Can you please let me know which version of umbraco forms you are using? I am using version 6.0.2
Thanks
Hi Aaeda,
I'm afraid I can't help you much as this was more than a year ago.
This is what I remember: The form was submitted on every step, but it didn't store the information in the database, i.e., it refreshed the page (this is why I wanted to avoid it) and stored the data in session.
At that time, we were using Umbraco Forms 4.2.1
Cheers!
is working on a reply...