Hi there
Am in the process of finishing up a website but have hit a snag when including Gravity Forms onto the page.
If you go here http://www.mixd.co.uk/contact/
The form outputs:
<script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1])}); </script>
Onto the page which is causing an error in IE8 and 7 and thus causing my Selectivizr script to break too.
I have tried outputting the form using both the shortcode and an echo - each time with the Ajax disabled.
Why is this code being output if I haven't selected to use Ajax? Think it might have only been happening with a recent update, not sure though.
Any way I can disable the script entirely without modifying the plugin?
Thanks