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.

ONE Form Not Showing

  1. My clients site axisonhigh.com has many forms.

    One in particular is not showing - please advise:
    http://axisonhigh.com/about/jobs/

    These ARE showing:

    http://axisonhigh.com/private-party/
    http://axisonhigh.com/contact/

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink
  2. Figured it out.... removed 'none' from display:none in gravityforms/form_display.php

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink
  3. David Peralty

    Please don't change core files. The reason it wasn't showing was most likely a JavaScript conflict with another plugin, and by removing the display:none, conditional logic won't work correctly.

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink
  4. Then what is the fix?

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink
  5. I tested it and its working... I will keep it that way until an alternate is given.

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink
  6. I tried loading your form just now to check for JavaScript errors, and I got an "Error establishing a database connection" error message.

    As David Peralty explained, this is likely due to a JavaScript error because of another plugin, or your theme. You can test for those conflicts by following these instructions http://rkt.gs/testing

    It could also be an old jQuery version being loaded, or multiple jQuery versions being loaded, but I can't check right now since the database connection is failing.

    Posted 11 years ago on Thursday January 31, 2013 | Permalink
  7. I was able to load your site today and I see one JavaScript error coming from the theme:

    Timestamp: 1/31/2013 8:16:41 AM
    Error: TypeError: $ is not a function
    Source File: http://axisonhigh.com/wp-content/themes/DanceFloorV2_5/js/script.js
    Line: 4

    For some reason, you are including jQuery 1.7 when jQuery 1.8.3 should automatically be included by WordPress 3.5.1. This is in the source:

    <script type='text/javascript' src='http://axisonhigh.com/wp-includes/js/jquery/jquery.js?ver=1.7'></script>

    If you get the right version of jQuery in there and get rid of JavaScript errors, I think your form will display again.

    Also, there is some invalid XHTML as well, which can make the form work differently in different browsers (every browser responds differently to invalid HTML.) Please see what you can do to valid your site's XHTML. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faxisonhigh.com%2Fabout%2Fjobs%2F

    Posted 11 years ago on Thursday January 31, 2013 | Permalink