I am have problems with the ajax - active on my form.
I keep getting a spinning wheel. Is there a PHP hook for the FORM/ SUBMIT
I am using WATU Exams and have the [gravityform id="5" ajax="true"] in my editor.
I am wondering if there is some type of conflict?
thanks so much - in advance.
tried this hook:
<?php
add_filter("gform_confirmation_anchor", create_function("","return true;"));
?>