<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Extra space after submit button</title>
		<link>https://legacy.forums.gravityhelp.com/topic/extra-space-after-submit-button</link>
		<description>Gravity Support Forums Topic: Extra space after submit button</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:54:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/extra-space-after-submit-button" rel="self" type="application/rss+xml" />

		<item>
			<title>kbunt on "Extra space after submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-after-submit-button#post-224136</link>
			<pubDate>Thu, 25 Apr 2013 14:20:39 +0000</pubDate>
			<dc:creator>kbunt</dc:creator>
			<guid isPermaLink="false">224136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One thing I've found is some themes come packaged with a formatter.php or similar script in the functions.php file which allows you to turn off wpautop and wptexturizer via the [raw] shortcode. Organic Themes uses this code in the /includes/formatter.php file. This can yield conflicting results with GF.&#60;/p&#62;
&#60;p&#62;See here: &#60;a href=&#34;http://css-tricks.com/snippets/wordpress/disable-automatic-formatting-using-a-shortcode/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/snippets/wordpress/disable-automatic-formatting-using-a-shortcode/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you comment out or remove this file the breaks between hidden input fields are removed. As GF follows WordPress Coding Standards I'd assume they would not account for disabling of automatic formatting.&#60;/p&#62;
&#60;p&#62;As such you may find a grey band appears at the top of GF forms in your theme. Simply add code{display:none;} to your CSS file. Or use Firebug to locate and change CSS values for the code tag. Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Extra space after submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-after-submit-button#post-193627</link>
			<pubDate>Mon, 01 Apr 2013 21:56:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">193627@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme or a plugin is messing with the Gravity Forms shortcode output. Please take a look at the invalid HTML being added around the gform_footer. There are extra &#38;lt; br /&#38;gt; tags on every line, and extra closing &#38;lt; /p &#38;gt; tags which do not belong there.  Screenshot: &#60;a href=&#34;http://minus.com/lVRX9Ryozvykw&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lVRX9Ryozvykw&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can read about other people's experience with a similar problem here: &#60;a href=&#34;http://www.gravityhelp.com/forums/tags/raw&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/tags/raw&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It can sometimes be fixed by adding the [raw] shortcode around the [gravityforms] shortcode like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
[raw][gravityform id=11 title=false description=false ajax=true][/raw]&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Extra space after submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-after-submit-button#post-193626</link>
			<pubDate>Mon, 01 Apr 2013 21:52:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">193626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something in your theme or another plugin is adding break tags inside your form markup.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/qK7YxhX.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/qK7YxhX.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You need to check for theme/plugin conflicts and see what you can find.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>knorwood on "Extra space after submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-after-submit-button#post-193624</link>
			<pubDate>Mon, 01 Apr 2013 21:47:57 +0000</pubDate>
			<dc:creator>knorwood</dc:creator>
			<guid isPermaLink="false">193624@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All of the forms I'm creating with gravity forms are creating extra space on the page after the submit button and before the balance of the text on the page.  &#60;/p&#62;
&#60;p&#62;An example of this can be found at:  &#60;a href=&#34;http://gomainstreetmobile.com/every-business-needs-a-mobile-website/&#34; rel=&#34;nofollow&#34;&#62;http://gomainstreetmobile.com/every-business-needs-a-mobile-website/&#60;/a&#62;  - 2/3 down the page AFTER the video.  &#60;/p&#62;
&#60;p&#62;I have tried using Gravity Forms on order pages as well and I'm getting the same error.  I did try to amend the style sheet with:  .gform_wrapper .gform_footer {&#60;br /&#62;
margin: 0 !important;&#60;br /&#62;
padding: 0 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But that has not corrected the problem.&#60;/p&#62;
&#60;p&#62;Any assistance would be greatly appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
