I don't see any errors on that page and the form appears to be working fine. Where do you see this error?
However, you are including 3 incorrect versions of jQuery in that page:
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?ver=1.7.1'></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
WordPress 3.5.1 requires jQuery 1.8.3. Please let WordPress enqueue the correct jQuery version and get rid of these extra version, and so long as there are no other jQuery or JavaScript errors on the page, I think you will find your forms work properly.
Also, you have a lot of invalid HTML on the page as well. Please correct the validation errors if you are able and your page will work more reliably across all browsers:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.i4es.it%2Fdescrivi-sito-web
Posted 11 years ago on Tuesday January 29, 2013 |
Permalink