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 showing

  1. My form isn't appearing on the page. Is this a jquery issue?

    http://atomicadworks.com/request-a-quote/

    Posted 11 years ago on Monday March 18, 2013 | Permalink
  2. Hello,

    Please input the form short code for analysis.

    Posted 11 years ago on Monday March 18, 2013 | Permalink
  3. [gravityform id="2" name="Request A Quote"]

    Posted 11 years ago on Monday March 18, 2013 | Permalink
  4. David Peralty

    I do see one JS error:

    Uncaught TypeError: Property '$' of object [object Object] is not a function custom.js:68

    Can you try our troubleshooting steps please:
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Monday March 18, 2013 | Permalink
  5. Looks like there is a conflict with the theme. I'll try and fix the $ error....

    Posted 11 years ago on Monday March 18, 2013 | Permalink
  6. If you take a look at the source of your page around the gform_footer, you will see some extra closing < p > tags and < br /> tags. Those are not coming from Gravity Forms. Those are being output by something in your theme, normally the inclusion of the [raw] shortcode. You can read more about the problem here: http://www.gravityhelp.com/forums/tags/raw

    Sometimes, you can wrap the [gravityforms] shortcode in the [raw] shortcode, like this:

    [php]
    [raw][gravityform id=2 title=false description=false ajax=true][/raw]
    Posted 11 years ago on Saturday March 23, 2013 | Permalink