<?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: Sidebar disappears on form submit</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit</link>
		<description>Gravity Support Forums Topic: Sidebar disappears on form submit</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:37:00 +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/sidebar-disappears-on-form-submit" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-10289</link>
			<pubDate>Fri, 24 Sep 2010 10:01:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10289@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All the function does is hide the body content briefly while the page reloads. If it was blank for that long, it sounds like your page was just taking a long time to load which is indicative of a hosting issue or something else in your theme that's causing it to load that slowly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manon1165 on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-10278</link>
			<pubDate>Fri, 24 Sep 2010 00:39:20 +0000</pubDate>
			<dc:creator>manon1165</dc:creator>
			<guid isPermaLink="false">10278@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried the function but there was a blank white page for about 10 seconds or so.  Any way to fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>littler.chicken on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-9047</link>
			<pubDate>Thu, 26 Aug 2010 16:13:37 +0000</pubDate>
			<dc:creator>littler.chicken</dc:creator>
			<guid isPermaLink="false">9047@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, David, I will have to try that. The lag was kind of bothering me but I thought there was nothing to do about it. Awesome!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theloudfew2 on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8969</link>
			<pubDate>Tue, 24 Aug 2010 17:52:57 +0000</pubDate>
			<dc:creator>theloudfew2</dc:creator>
			<guid isPermaLink="false">8969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect!  Thanks for the help all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8965</link>
			<pubDate>Tue, 24 Aug 2010 17:11:04 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">8965@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is an updated bit that might work for you. Place it in your functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;hide_form&#38;quot;, 10, 2);
function hide_form($entry, $form) {
    if($form[&#38;quot;confirmation&#38;quot;][&#38;quot;type&#38;quot;] != &#38;quot;message&#38;quot;)
        echo &#38;quot;&#38;lt;style type=\&#38;quot;text/css\&#38;quot;&#38;gt; body { display: none; } &#38;lt;/style&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>theloudfew2 on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8963</link>
			<pubDate>Tue, 24 Aug 2010 16:28:02 +0000</pubDate>
			<dc:creator>theloudfew2</dc:creator>
			<guid isPermaLink="false">8963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where should I place the script in that workaround?  I put it in my theme's functions.php file, but it resulted in the same outcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8962</link>
			<pubDate>Tue, 24 Aug 2010 15:43:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">8962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Regarding the delay before redirection, &#60;a href=&#34;http://forum.gravityhelp.com/profile/spivurno&#34; rel=&#34;nofollow&#34;&#62;David Smith&#60;/a&#62; has posted a work around:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ounceoftalent.com/2010/05/gravity-forms-tip-clean-confirmation-redirects/&#34; rel=&#34;nofollow&#34;&#62;http://ounceoftalent.com/2010/05/gravity-forms-tip-clean-confirmation-redirects/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theloudfew2 on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8960</link>
			<pubDate>Tue, 24 Aug 2010 15:40:25 +0000</pubDate>
			<dc:creator>theloudfew2</dc:creator>
			<guid isPermaLink="false">8960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Np.  &#60;a href=&#34;http://rfblife.com&#34; rel=&#34;nofollow&#34;&#62;http://rfblife.com&#60;/a&#62; ... I can send more info if necessary.  Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8955</link>
			<pubDate>Tue, 24 Aug 2010 14:32:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'd need you to post a link to your form page in order to see it happening firsthand to determine what is going on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theloudfew2 on "Sidebar disappears on form submit"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sidebar-disappears-on-form-submit#post-8952</link>
			<pubDate>Tue, 24 Aug 2010 11:59:34 +0000</pubDate>
			<dc:creator>theloudfew2</dc:creator>
			<guid isPermaLink="false">8952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a short form in my sidebar to encourage users to get a quote.  If they click submit in this gravity form in the sidebar, they are redirected to a different page in my site that has the extended version of the form.  &#60;/p&#62;
&#60;p&#62;The problem is that when the user clicks submit in the smaller form, the other sidebar widgets disappear as does the gravity form, the main content stays, and there is a 2-3 second delay until the user is redirected.  Any ideas how to either speed up the redirect and/or stop my sidebar from disappearing in the act of the redirect? &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
