I see three JavaScript errors on this page:
Looking at the source of the page, I see a few problems:
- You're loading jQuery 1.9.0 from googleapis. You should be using jQuery 1.8.3 with WordPress 3.5
- You're using WordPress 3.4.2
- You're loading 4 scripts after the closing < html > tag in the page. That's not valid.
- You're using WP Super Cache. Please test without this to see if it makes any difference
I think the main problem is that you are using an older WordPress with a future jQuery. If possible and your themes and plugins are compatible, I would update WordPress to 3.5, then let WordPress do its job of including jQuery 1.8.3, not 1.9.0.
If instead you'd like to check for theme and plugin conflicts, please use our troubleshooting instructions here http://rkt.gs/testing
Also, does the form work in the form preview?
Posted 12 years ago on Wednesday January 23, 2013 |
Permalink