Something on your site is adding additional markup to the gravityforms shortcode output. There are additional < p > and < br /> tags being added. That is what's adding the vertical space. You need to find out what is adding that additional markup. My guess is that your theme has the [raw] shortcode and that it is adding the markup due to the way shortcodes are processed.
http://themes.mysitemyway.com/elegance/shortcodes/all-shortcodes/
(search that page for "raw")
You can sometimes wrap the gravityforms shortcode in the [raw][/raw] shortcode, but the real fix is to remove that raw shortcode from the theme, so long as you're not using it.
See previous discussion here:
http://www.gravityhelp.com/forums/topic/just-updated-and-it-broke-my-multi-page-form#post-73429
http://www.gravityhelp.com/forums/tags/raw
Posted 12 years ago on Tuesday September 4, 2012 |
Permalink