I have just test on a fresh Umbraco 7.4.3 installation with Umbraco Forms: "4.2.2-build143.
What I have done.
Created a form with two steps, first step is contains the name email and message field, the second step has the test filed. As you can see on the screenshot below, all fields has a value saved.
OK, but with my form is doesn't and when I remove the 2nd step it does save. There is definitely an issue. Any ideas what I can do to identify the issue?
Have you tried the latest build of 4.2.2 to see if there is a problem with this one.
I would recommend you to take a backup of your site, so you can rollback since you are using nightly builds :-) As you know with nightly builds you are living on the edge.
Data not being saved on multi-step forms
Current installed version of Umbraco Forms: "4.2.2-build143"
I've noticed that on multi-step forms the first step is not being saved to the backend. Only the 2nd (final) step is being saved.
I get this error:
which is:
recordValues = JSON.parse($("#values_" + formId).val()),
and
}(jQuery, 'c3413e6567ec482f95283237d8a1e32b', 'IndividualFundraisers'));
Hi Dan,
I have just test on a fresh Umbraco 7.4.3 installation with Umbraco Forms: "4.2.2-build143.
What I have done.
Created a form with two steps, first step is contains the name email and message field, the second step has the test filed. As you can see on the screenshot below, all fields has a value saved.
Best,
-Dennis
OK, but with my form is doesn't and when I remove the 2nd step it does save. There is definitely an issue. Any ideas what I can do to identify the issue?
Hi Dan,
Have you tried the latest build of 4.2.2 to see if there is a problem with this one.
I would recommend you to take a backup of your site, so you can rollback since you are using nightly builds :-) As you know with nightly builds you are living on the edge.
We had a issue with multi step forms, but this is fixed in Umbraco Forms 4.2.0 see http://issues.umbraco.org/issue/CON-733
Best,
/Dennis
is working on a reply...