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.

Form Not Displaying

  1. I have a form that is no longer displaying on our website:

    Going to this page: http://aimhighma.org/camp/

    Leads to the page with the form: http://aimhighma.org/day-camp-registration/

    And there is nothing there. The form worked fine up until Monday when I modified it (I just changed some text in the description of the form).

    This has also happened to one other form I modified Tuesday. All o fthe rest of the forms work just fine on the website though..

    I upgraded from 3.5 to 3.5.1 to see if that would help, and no dice.

    I also renewed our Gravity Forms license as well. No help there either.

    Ideas?

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  2. Looks like you have a whole bunch of JavaScript errors on your form page: Screenshot

    You'll want to run through a theme/plugin conflict check to find the culprit(s):
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  3. I'll check through! Thank you!

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  4. You are loading a very old version of jQuery in the header:

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js?ver=3.5.1'></script>

    WordPress 3.5.1 and Gravity Forms 1.6.12 rely on jQuery 1.8.3. That could have been added by a plugin or a theme. If you find and remove that, and let WordPress do its job of enqueuing the proper jQuery version, so long as there are no other JavaScript errors, I think you will find that your form displays properly.

    Posted 11 years ago on Sunday February 17, 2013 | Permalink