jQuery Validate has not been loaded message after 4.4.3 upgrade
We have a 7.5.x site on Umbraco Cloud that uses Forms for the contact form. It started showing the "jQuery Validate has not been loaded & is required for Umbraco Forms. See Umbraco Forms Documentation" message. We have the following loaded on the page:
I'm not sure exactly when this broke, but Umbraco Cloud did update Umbraco Forms 7 hours ago and our last submission was 11 hours ago, so it might have been related to that upgrade. Any one else have similar issues?
Turns out the auto-upgrade to Forms 4.4.3 updated the forms partial view macro. We had previously updated the macro per the documentation on Rendering Forms scripts where you want, but the upgrade had undid that change. Adding back the mode = "form" to the RenderAction parameters fixed my issue.
I do find it problematic that this Umbraco Cloud auto-update to Forms undoes this. I'm not sure how they could fix this since the upgrade problably requires writing over the file, but a warning/notice before the upgrade that this change could be lost would be nice.
jQuery Validate has not been loaded message after 4.4.3 upgrade
We have a 7.5.x site on Umbraco Cloud that uses Forms for the contact form. It started showing the "jQuery Validate has not been loaded & is required for Umbraco Forms. See Umbraco Forms Documentation" message. We have the following loaded on the page:
I'm not sure exactly when this broke, but Umbraco Cloud did update Umbraco Forms 7 hours ago and our last submission was 11 hours ago, so it might have been related to that upgrade. Any one else have similar issues?
Turns out the auto-upgrade to Forms 4.4.3 updated the forms partial view macro. We had previously updated the macro per the documentation on Rendering Forms scripts where you want, but the upgrade had undid that change. Adding back the
mode = "form"
to the RenderAction parameters fixed my issue.I do find it problematic that this Umbraco Cloud auto-update to Forms undoes this. I'm not sure how they could fix this since the upgrade problably requires writing over the file, but a warning/notice before the upgrade that this change could be lost would be nice.
Good news - this shouldn't be a problem with Umbraco Forms 6 which has themes.
is working on a reply...