My guess is that this is a Themeforest theme and it includes a [raw] shortcode. That shortcode modifies the processing of all shortcodes. The effect of that is that the Gravity Forms shortcode output is processed again by WordPress, and that is where the extra < p > and < br > tags come from. You can sometimes work around this problem by wrapping the Gravity Forms shortcode in the raw shortcode, like this:
[raw][gravityform id="1" name="Book a class" description="false"][/raw]
That will work around the problem with this theme. However, it would be better to remove the [raw] shortcode functionality completely, if you don't use it. You can read more about the problem here:
http://www.gravityhelp.com/forums/topic/product-price-and-quantity-layout#post-36350
http://www.gravityhelp.com/forums/topic/zip-code-field-misalignment
http://www.gravityhelp.com/forums/tags/raw
Posted 12 years ago on Friday August 10, 2012 |
Permalink