Umbraco Forms: cannot read property 'adapters'; jQuery Validate Unobtrusive has not been loaded
Hello,
I'm trying to set up a test of Umbraco Forms to see if it will work for our site, but I can't figure out why I'm seeing errors. I've loaded in the three jquery dependencies in the head, but the form keeps showing this:
I tried different versions of scripts, including the ones used in the example with no luck, and confirmed that everything is loading in.
Maybe related ... I'm seeing this error in the console:
I had originally in a more complex form, with a validation and a workflow, but I stripped it down to just a single field, with same results. The scripts and the form itself are in the master page. The form is shown in a modal.
Hi Alex, thank you very much for taking the time to reply! I had the dependencies loaded up in the right order, I thought ... I didn't realize there was another script further down that was loading in the jquery validate script a second time ... ouch!
Umbraco Forms: cannot read property 'adapters'; jQuery Validate Unobtrusive has not been loaded
Hello,
I'm trying to set up a test of Umbraco Forms to see if it will work for our site, but I can't figure out why I'm seeing errors. I've loaded in the three jquery dependencies in the head, but the form keeps showing this:
I tried different versions of scripts, including the ones used in the example with no luck, and confirmed that everything is loading in.
Maybe related ... I'm seeing this error in the console:
I had originally in a more complex form, with a validation and a workflow, but I stripped it down to just a single field, with same results. The scripts and the form itself are in the master page. The form is shown in a modal.
Any tips would be appreciated,
thank you
I managed to reproduce this by referencing in this order
However, they should be referenced in the following order:
Hi Alex, thank you very much for taking the time to reply! I had the dependencies loaded up in the right order, I thought ... I didn't realize there was another script further down that was loading in the jquery validate script a second time ... ouch!
is working on a reply...