08/02/2014 at 9:40 am
#299404
Keymaster
@ Ryan
The issue is being caused by a fatal error in one of the theme’s JavaScript files. This error is likely causing JavAScript to cause all of the scripts fail which means many things on you site are failing silently.
The error is in this file at line 58:
http://school.sttars.org/wp-content/themes/LOP/js/popup.js
This line:
$(document).ready(function()
should be this:
jQuery(document).ready(function($)
As long as there are no other fatal errors, after that is fixed, the buttons in Form should work correctly.
I hope that helps!
