My form isn't appearing on the page. Is this a jquery issue?
My form isn't appearing on the page. Is this a jquery issue?
Hello,
Please input the form short code for analysis.
[gravityform id="2" name="Request A Quote"]
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
Looks like there is a conflict with the theme. I'll try and fix the $ error....
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]