Multiple page form without page refresh - not saving all the data
Hi guys
I have this multiple page form (4 pages), but I modified the form.cshtml so I can display all the forms on 1 page (instead of postback on each form, I slide the page), then after collecting all the data and submit, it only saves the data from one of the forms.
I noticed that there is a hidden input field call FormStep
Multiple page form without page refresh - not saving all the data
Hi guys
I have this multiple page form (4 pages), but I modified the form.cshtml so I can display all the forms on 1 page (instead of postback on each form, I slide the page), then after collecting all the data and submit, it only saves the data from one of the forms.
I noticed that there is a hidden input field call FormStep
If I manually update this value (e.g. 2), then it saves the 3rd page form only.
Is there any way to save all the data on 1 submit?
Thank you
EDIT: Umbraco Form v6.02
is working on a reply...