<?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: Too much space in form containers.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers</link>
		<description>Gravity Support Forums Topic: Too much space in form containers.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:10:53 +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/too-much-space-in-form-containers" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-85612</link>
			<pubDate>Wed, 31 Oct 2012 08:44:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If the raw shortcode did not work, you will have find the code which is reprocessing all the shortcodes.  The code will look like some variant of this:&#60;br /&#62;
&#60;a href=&#34;http://www.wprecipes.com/disable-wordpress-automatic-formatting-on-posts-using-a-shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.wprecipes.com/disable-wordpress-automatic-formatting-on-posts-using-a-shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Find something in that code to search your theme for and you will probably find it.  When you do, remove the function, and remove the associated shortcode, whatever that is in your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Jonas on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-85381</link>
			<pubDate>Tue, 30 Oct 2012 22:42:34 +0000</pubDate>
			<dc:creator>Kevin Jonas</dc:creator>
			<guid isPermaLink="false">85381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I already tried that.&#60;/p&#62;
&#60;p&#62;Any pointers to &#34;the offending code&#34; ?&#60;/p&#62;
&#60;p&#62;What would it probably look like?&#60;/p&#62;
&#60;p&#62;Thanks for any clues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-85356</link>
			<pubDate>Tue, 30 Oct 2012 21:10:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85356@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The work around is to wrap the [gravityforms] shortcode in the [raw] shortcode [/raw] - did you already try that?&#60;/p&#62;
&#60;p&#62;Complete instructions for fixing their code is beyond the support we can offer.  Use the work around detailed above, or strip the offending code from the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Jonas on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-85253</link>
			<pubDate>Tue, 30 Oct 2012 13:32:33 +0000</pubDate>
			<dc:creator>Kevin Jonas</dc:creator>
			<guid isPermaLink="false">85253@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey!  Since you guys are obviously the competent and responsible ones in this issue with Ultimatum, can you provide specific patching instructions, or any kind of workaround for Ultimatum, until they get their act together?  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-78743</link>
			<pubDate>Wed, 03 Oct 2012 16:29:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78743@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Neither is universal.  You could have this function in your theme with a shortcode called [dontbemessin] and then the [dontbemessin] shortcode would run the same function.  The issue is not the name of the shortcode, it's how that function goes about making sure your input it not processed.  The problem is, in the meantime, it messes with the processing of every other shortcode in WordPress.&#60;/p&#62;
&#60;p&#62;If you never used the [raw] shortcode functionality, remove that function from your theme.  Then you can stop wrapping the Gravity Form shortcode in the [raw] shortcode.&#60;/p&#62;
&#60;p&#62;The problem is the addition of the functionality into WordPress, not the actual name of the shortcode.  It's not included in WordPress at all.  Some theme providers include this code in their themes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWeSource on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-78741</link>
			<pubDate>Wed, 03 Oct 2012 16:25:14 +0000</pubDate>
			<dc:creator>NWeSource</dc:creator>
			<guid isPermaLink="false">78741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting.  Although [raw] worked for me, [noformat] doesn't seem to work in my theme - is it supposed to be universal in WP?  I don't see much on Google about  it... thanks!  I will make sure this resolution gets forwarded on to this theme maker as well, so let me know what's next or what to tell them...&#60;/p&#62;
&#60;p&#62;I was going to forward the link to them as well, but it is protected content so I will appreciate further assistance.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-78718</link>
			<pubDate>Wed, 03 Oct 2012 15:48:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see this post from Carl Hancock which explains the problem in detail:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/form-worked-for-a-while-and-then-disappeared#post-6394&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/form-worked-for-a-while-and-then-disappeared#post-6394&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWeSource on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-78700</link>
			<pubDate>Wed, 03 Oct 2012 14:16:53 +0000</pubDate>
			<dc:creator>NWeSource</dc:creator>
			<guid isPermaLink="false">78700@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you tell me what issues, or types of issues you have experienced with using a raw shortcode around your own?  I can communicate it in my forum post to them and also I need to know the severity - can I expect normal forms to work? or is it just advanced functionality that will be likely have issues?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-78699</link>
			<pubDate>Wed, 03 Oct 2012 14:09:37 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">78699@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It isn't a good thing when you have to use a Raw shortcode around our shortcode, and you should ask them to rectify this in the future as they are changing how WordPress works and breaking things in a way they should try to avoid.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWeSource on "Too much space in form containers."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-much-space-in-form-containers#post-78697</link>
			<pubDate>Wed, 03 Oct 2012 13:48:54 +0000</pubDate>
			<dc:creator>NWeSource</dc:creator>
			<guid isPermaLink="false">78697@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So it turns out the resolution in Ultimatum is to use their [raw] shortcode [/raw] around the Gravity Forms shortcode.&#60;/p&#62;
&#60;p&#62;Thanks for your help, best of luck to you all...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
