Since upgrading the form on http://hellomynameischris.com/request-a-quote/ is no longer appearing.
Since upgrading the form on http://hellomynameischris.com/request-a-quote/ is no longer appearing.
This is the error which appears on your site:
Timestamp: 1/16/2013 2:43:20 PM
Error: TypeError: jQuery(...).live is not a function
Source File: http://hellomynameischris.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105
Line: 23
That is the second time today I have seen a JavaScript error related to Thickbox.
If you resolve that error, and there are no other JavaScript errors on the page, I think you will find that your Gravity Form displays properly.
It looks like you are including an extremely old version of jQuery, 1.3.2:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=1.3.2'></script>
If you let WordPress do its job, it should enqueue version 1.8.3 and I think the Thickbox error will go away.
Yep, it was the outdated jquery. Updated the function and it's working again.
Thanks
You are welcome. Have a nice day.