<?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: Hidden inputs all have br on each line creating large empty space</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hidden-inputs-all-have-br-on-each-line-creating-large-empty-space</link>
		<description>Gravity Support Forums Topic: Hidden inputs all have br on each line creating large empty space</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:44:40 +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/hidden-inputs-all-have-br-on-each-line-creating-large-empty-space" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Hidden inputs all have br on each line creating large empty space"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hidden-inputs-all-have-br-on-each-line-creating-large-empty-space#post-70772</link>
			<pubDate>Mon, 13 Aug 2012 01:44:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larissa23 on "Hidden inputs all have br on each line creating large empty space"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hidden-inputs-all-have-br-on-each-line-creating-large-empty-space#post-70750</link>
			<pubDate>Sun, 12 Aug 2012 21:30:49 +0000</pubDate>
			<dc:creator>larissa23</dc:creator>
			<guid isPermaLink="false">70750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks - that worked.&#60;br /&#62;
rgds,&#60;br /&#62;
Larissa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Hidden inputs all have br on each line creating large empty space"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hidden-inputs-all-have-br-on-each-line-creating-large-empty-space#post-70498</link>
			<pubDate>Fri, 10 Aug 2012 07:44:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70498@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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 &#38;lt; p &#38;gt; and &#38;lt; br &#38;gt; tags come from.  You can sometimes work around this problem by wrapping the Gravity Forms shortcode in the raw shortcode, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[raw][gravityform id=&#38;quot;1&#38;quot; name=&#38;quot;Book a class&#38;quot; description=&#38;quot;false&#38;quot;][/raw]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;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:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/product-price-and-quantity-layout#post-36350&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/product-price-and-quantity-layout#post-36350&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/zip-code-field-misalignment&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/zip-code-field-misalignment&#60;/a&#62;&#60;br /&#62;
&#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;</description>
		</item>
		<item>
			<title>larissa23 on "Hidden inputs all have br on each line creating large empty space"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hidden-inputs-all-have-br-on-each-line-creating-large-empty-space#post-70465</link>
			<pubDate>Fri, 10 Aug 2012 03:26:08 +0000</pubDate>
			<dc:creator>larissa23</dc:creator>
			<guid isPermaLink="false">70465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
My form is rendering with html break at the end of each hidden input.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;is_submit_1&#38;#39; value=&#38;#39;1&#38;#39; /&#38;gt;&#38;lt;br /&#38;gt;
 &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;gform_submit&#38;#39; value=&#38;#39;1&#38;#39; /&#38;gt;&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;How can this be stopped? the 7 hidden fields create a large empty space.&#60;br /&#62;
thanks in advance&#60;br /&#62;
Larissa&#60;/p&#62;
&#60;p&#62;Form is here:  &#60;a href=&#34;http://customdevice.com.au/wp/book-a-class/&#34; rel=&#34;nofollow&#34;&#62;http://customdevice.com.au/wp/book-a-class/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
