<?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: Form &#039;Disappears&#039; In Sidebar</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar</link>
		<description>Gravity Support Forums Topic: Form &#039;Disappears&#039; In Sidebar</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:13:13 +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/form-disappears-in-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form &#039;Disappears&#039; In Sidebar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar#post-40897</link>
			<pubDate>Sat, 12 Nov 2011 10:37:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! Glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>patung on "Form &#039;Disappears&#039; In Sidebar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar#post-40896</link>
			<pubDate>Sat, 12 Nov 2011 10:36:09 +0000</pubDate>
			<dc:creator>patung</dc:creator>
			<guid isPermaLink="false">40896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thankyou, that did it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form &#039;Disappears&#039; In Sidebar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar#post-40892</link>
			<pubDate>Sat, 12 Nov 2011 09:36:29 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40892@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gotcha, it is a CSS issue then, try this out:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
 .gform_wrapper ul li.gfield, .gform_wrapper .gform_footer {
clear: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can always target this element more specifically with #s. You will want to place this into your theme's stylesheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>patung on "Form &#039;Disappears&#039; In Sidebar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar#post-40891</link>
			<pubDate>Sat, 12 Nov 2011 09:16:34 +0000</pubDate>
			<dc:creator>patung</dc:creator>
			<guid isPermaLink="false">40891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are two date fields, one is hidden/shown by conditional logic, based on the selection in the &#34;One way or return?&#34; field.&#60;/p&#62;
&#60;p&#62;I tried switching to a different form, a very simple contact type form, and the same thing happens, it gets pushed to the bottom.&#60;/p&#62;
&#60;p&#62;The scripts, in the head is&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://flights.indonesiamatters.com/wp-includes/js/l10n.js?ver=20101110&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://flights.indonesiamatters.com/wp-includes/js/jquery/jquery.js?ver=1.4.4&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in the footer is &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://flights.indonesiamatters.com/wp-content/plugins/gravityforms/js/jquery-ui/ui.datepicker.js?ver=1.3.9&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://flights.indonesiamatters.com/wp-content/plugins/gravityforms/js/datepicker.js?ver=1.3.9&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://flights.indonesiamatters.com/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.3.9&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form &#039;Disappears&#039; In Sidebar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar#post-40889</link>
			<pubDate>Sat, 12 Nov 2011 08:34:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40889@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have conditional logic on the form? It looks like your date field is being hidden, should that be happening? If so, the js could not be coming in correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>patung on "Form &#039;Disappears&#039; In Sidebar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-disappears-in-sidebar#post-40887</link>
			<pubDate>Sat, 12 Nov 2011 04:27:51 +0000</pubDate>
			<dc:creator>patung</dc:creator>
			<guid isPermaLink="false">40887@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In firefox when I look on a page like this - &#60;a href=&#34;http://flights.indonesiamatters.com/news/&#34; rel=&#34;nofollow&#34;&#62;http://flights.indonesiamatters.com/news/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;there is a giant white space where the form should be. The html code is &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul&#38;gt; &#38;lt;li&#38;gt;&#38;lt;h2&#38;gt;Book Flights&#38;lt;/h2&#38;gt;&#38;lt;/li&#38;gt;

                &#38;lt;div class=&#38;#39;gf_browser_gecko gform_wrapper&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;etc&#60;/p&#62;
&#60;p&#62;I guess it's a css problem but can't for the life of me work out what it is.&#60;/p&#62;
&#60;p&#62;On IE I don't have this problem but my partner claims he has the same problem on all four browsers he has tried.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
