<?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: Issue with Conditional Logic Display</title>
		<link>https://legacy.forums.gravityhelp.com/topic/issue-with-conditional-logic-display</link>
		<description>Gravity Support Forums Topic: Issue with Conditional Logic Display</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 19:55:35 +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/issue-with-conditional-logic-display" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Issue with Conditional Logic Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-conditional-logic-display#post-14543</link>
			<pubDate>Thu, 16 Dec 2010 02:20:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, there are some CSS changes in RC2 to improve field alignment with the new &#34;ready classes&#34; along with a few other things.&#60;/p&#62;
&#60;p&#62;Try adding this for your form, it should fix you up.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper span#input_3_7_1_container.ginput_left,
body .gform_wrapper span#input_3_4_3_container.ginput_left {width:45%}
body .gform_wrapper span#input_3_7_2_container.ginput_right,
body .gform_wrapper span#input_3_4_6_container.ginput_right {width:45%; margin-right:8px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/7VxW&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7VxW&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Dormez bien.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stéphane Bergeron on "Issue with Conditional Logic Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-conditional-logic-display#post-14541</link>
			<pubDate>Thu, 16 Dec 2010 01:57:39 +0000</pubDate>
			<dc:creator>Stéphane Bergeron</dc:creator>
			<guid isPermaLink="false">14541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much for the very quick response Kevin! you are quite right and wow! I should have seen that... Goes to show that sleep deprivation is bad for the brain ;) If I enable &#34;Disable Equal Column Heights&#34; in the columns section of Headway's Visual Editor, the issue goes away immediately. I'll just have to set my background images differently to keep the same look. Thanks again! &#60;/p&#62;
&#60;p&#62;I'll look at the other issue (update in my initial post) more closely tomorrow as I need to sleep a little longer tonight...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Issue with Conditional Logic Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-conditional-logic-display#post-14540</link>
			<pubDate>Thu, 16 Dec 2010 01:49:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a theme issue, and not a Gravity Forms problem. The form is working as intended.&#60;/p&#62;
&#60;p&#62;The problem is that there is an inline height rule being applied to column 2 - most likely from some jQuery script that equalizes the column heights on the page load.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/7VwG&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7VwG&#60;/a&#62; - notice the &#34;height:1027px&#34; inline style&#60;/p&#62;
&#60;p&#62;When the form conditional logic is triggered, the content expands just as it should, but the containing div element in your theme has a set height and the form overflows the vertical boundary. The page is never refreshed, thus the column heights aren't re-calculated to fit the new form dimensions.&#60;/p&#62;
&#60;p&#62;I would consult with the Headway support team to see if they can suggest a fix. I'm sure they've probably encountered this or something like it before.&#60;/p&#62;
&#60;p&#62;Just one final thought.. a low-tech solution might be to add a suitable bottom margin/padding to the form to allow for the expanding fields.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;div.sidebar li.gform_widget {margin-bottom:100px}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/7Vxc&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7Vxc&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stéphane Bergeron on "Issue with Conditional Logic Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-conditional-logic-display#post-14539</link>
			<pubDate>Thu, 16 Dec 2010 01:32:29 +0000</pubDate>
			<dc:creator>Stéphane Bergeron</dc:creator>
			<guid isPermaLink="false">14539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Continuing work on my multisite project, I'm running into a display problem with the display of a form with conditional logic.&#60;/p&#62;
&#60;p&#62;If you look at the page which is the main blog page in a site on the network, you'll see a form in the sidebar:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://aapars.com.s94903.gridserver.com/site-gabarit/blogue/&#34; rel=&#34;nofollow&#34;&#62;http://aapars.com.s94903.gridserver.com/site-gabarit/blogue/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I use the form for comments and, optionally, subscribing to the site. If the user checks the box labelled &#34;Je veux m'abonner&#34; (I want to subscribe), then 2 additional fields are shown below it through conditional logic (username and password).&#60;/p&#62;
&#60;p&#62;The problem is that, as the two fields are shown, the sidebar/column does not grow to accomodate it and elements of the form slide over the footer.&#60;/p&#62;
&#60;p&#62;I'm usually good at troubleshooting this kind of issue but I've been at this too long today and cannot figure it out. I would appreciate any pointers.&#60;/p&#62;
&#60;p&#62;The site's theme is Headway 2.0.6 and that page uses a 2 columns layout in Headway.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Update (12:48am EST):&#60;/p&#62;
&#60;p&#62;I just noticed that RC2.1 was out and I updated my install to that. Something must have changed in the GF CSS because, now where I have 2 text fields side by side (Name and password with confirmation), the fields seem to be bigger and there's no longer any space between them and the right field is cut off. That probably wouldn't be a problem on a regular page but that form is in a sidebar that is narrower than a regular page content column.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
