• Resolved mipaca

    (@mipaca)


    There are errors in the forms/views/public/js/app.js file that cause the form not to load. The errors are related to the function cmApp_embedForm. The error that shows in the javascript console for our site is that $ is not a method. This error caused the form not to load into the page.

    By modifying the $ to be jQuery on lines 470 and 474 in the file, I was able to get the form to load in the page. Not sure if more areas in that method need to be modified as that was all it took to get the form to load on our site.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘JavaScript Errors in Plugin’ is closed to new replies.