I've seen that error in general when the Umbraco forms javascript files are not included on the page (or if the scripts are after the form - but I think has been fixed in Umbraco Forms for a while now).
Try checking that your script files are getting written to the page, and if not you may need to add them
UmbracoForms TypeError: umbracoForms.dependencyCheck is not a function
We're upgrading to UmbracoForms 7.4.1 on Umbraco 7.15.5
Getting a JS error in the console after forms load in the Front-End. TypeError: umbracoForms.dependencyCheck is not a function
Anyone else come across this error?
Thanks in advance!
I've seen that error in general when the Umbraco forms javascript files are not included on the page (or if the scripts are after the form - but I think has been fixed in Umbraco Forms for a while now).
Try checking that your script files are getting written to the page, and if not you may need to add them
https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/rendering-scripts/
is working on a reply...