PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

GForms Spinning Wheel

  1. 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;"));
    ?>

    Posted 11 years ago on Tuesday April 23, 2013 | Permalink
  2. David Peralty

    Can you try the following steps please? http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Tuesday April 23, 2013 | Permalink
  3. tested and it is still spinning - works on my other pages but when I integrate with Watu exams I am getting the conflict.

    Is there any types of hooks I can try for a redirect?

    Posted 11 years ago on Tuesday April 23, 2013 | Permalink
  4. David Peralty

    Can you link to your form so we can take a look? It might be a JavaScript issue that is causing the conflict you are experiencing. I don't know Watu Exams...

    Posted 11 years ago on Tuesday April 23, 2013 | Permalink
  5. yes - here is the quiz: http://tinyurl.com/cbd98dd

    the form is placed at the end of the quiz on the final screen ajax is enabled.
    When I do not have AJAX enabled I am redirected to: /wp-content/plugins/watu/show_exam.php

    - I believe there is probably a conflict with the JavaScript as well. Since the Quiz is all Ajax based. So essentially the Gform is within an ajax quiz.

    Posted 11 years ago on Tuesday April 23, 2013 | Permalink
  6. David Peralty

    Have you contacted the creators of WATU Exams about this conflict? Also, I see issues with ShareThis on Chrome when I do an inspect. I also, don't see all of our normal scripts included. This is probably because you've included the form embed inside AJAX. You might need to use the following: http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Posted 11 years ago on Tuesday April 23, 2013 | Permalink
  7. yes - I have contacted WATU. No results...

    I will look at your info and see if that helps.

    Posted 11 years ago on Wednesday April 24, 2013 | Permalink