I see three JavaScript errors on this page:
Timestamp: 1/23/13 4:56:56 PM
Error: TypeError: jQuery.browser is undefined
Source File: http://www.spuncast.com/wp-content/themes/rttheme15/js/script.js?ver=3.4.2
Line: 212
Timestamp: 1/23/13 4:57:00 PM
Error: TypeError: a.browser is undefined
Source File: http://www.spuncast.com/wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.min.js?ver=1.6.11
Line: 7
Timestamp: 1/23/13 4:57:00 PM
Error: TypeError: jQuery(...).mask is not a function
Source File: http://www.spuncast.com/online-job-application/
Line: 284
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 11 years ago on Wednesday January 23, 2013 |
Permalink