I have a form in the footer of our site, that is sending perfectly fine, but redirecting and other JS related functions don't appear to be working. I imagine it is a conflict of some sort, however I have been unable to find exactly what is the problem.
Here is the site: http://duncanday.com/
And you can find the form at the very bottom of the page, after clicking the "click me" link.
I am embedding a form in my site, using the function call, like this:
<?php gravity_form(1, false, false, false, '', true); ?>
And I am using the enqueue script in my header, like this:
<?php gravity_form_enqueue_scripts(1, true); ?>
I have noticed that the enqeue script appears to not be loading anything, as I am already loading jQuery. If you view the source, you will see the following annotation, where I am calling the enqueue script:
<!-- Load Gravity Form Javascript for Footer Contact Form -->