Using the latest version of forms, with unobtrusive validation enabled. There is a JavaScript error on load which then breaks the on submit validation. In the console there is an error with this line of JS:
The reason its failing is the below hidden field on the form has the initial { of the value attribute in a double quote, so when the $("#values_" + formId).val() runs it is returning just a single { and not the actual value
Yes we've just notived this same issue. We've upgraded to 4.1.5 in the hope this may have been fixed but it appears not. We should log it on the Umbraco Forms issue page.
JQuery errors - Umbraco forms 4.1.4
Using the latest version of forms, with unobtrusive validation enabled. There is a JavaScript error on load which then breaks the on submit validation. In the console there is an error with this line of JS:
The reason its failing is the below hidden field on the form has the initial { of the value attribute in a double quote, so when the $("#values_" + formId).val() runs it is returning just a single { and not the actual value
Has anyone encountered this error before?
Hi Chris,
Yes we've just notived this same issue. We've upgraded to 4.1.5 in the hope this may have been fixed but it appears not. We should log it on the Umbraco Forms issue page.
James.
Hi Chris and James,
You can see here how you can fix the issue in the current version that you are using. http://issues.umbraco.org/issue/CON-820
The issue will of course be fixed in one of the next releases of Umbraco Forms.
/Dennis
is working on a reply...