You're loading jQuery twice in that page. The correct 1.8.3 version is loaded in the head, and then you have 1.7.2 being loaded in the footer, from googleapis:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
Get rid of this second copy of jQuery and test your form again. If there are no other JavaScript errors, I think you will find that your form works again.
Please be sure the rest of your theme and plugins work properly after removing this other jQuery version. Some plugins may be pegged to an older jQuery version and not work with the newer version.
Posted 11 years ago on Wednesday January 30, 2013 |
Permalink