<?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: Two Column Forms with Conditional Logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/two-column-forms-with-conditional-logic</link>
		<description>Gravity Support Forums Topic: Two Column Forms with Conditional Logic</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:26:14 +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/two-column-forms-with-conditional-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Two Column Forms with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-column-forms-with-conditional-logic#post-32814</link>
			<pubDate>Wed, 17 Aug 2011 18:54:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32814@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. That's what I like to hear. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shamy1000 on "Two Column Forms with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-column-forms-with-conditional-logic#post-32813</link>
			<pubDate>Wed, 17 Aug 2011 18:52:22 +0000</pubDate>
			<dc:creator>shamy1000</dc:creator>
			<guid isPermaLink="false">32813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, worked great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Two Column Forms with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-column-forms-with-conditional-logic#post-32721</link>
			<pubDate>Wed, 17 Aug 2011 09:14:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't a bug, but more of a limitation of what you can do with the Ready Styles. The styles are simply that, just helper CSS rules and there's no special logic applied based on whether the preceding or following fields are visible or not. When you're using conditional logic to show/hide fields, you may run into spacing or alignment issues depending on what's being shown or hidden at the moment.&#60;/p&#62;
&#60;p&#62;Stepping back for a second, your first problem is the left padding on the list items in the form structure. That's coming from your theme. You should be able to add this to your theme stylesheet to override it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#intro .gform_wrapper ul li,
#content .gform_wrapper ul li,
#footer .gform_wrapper ul li,
#features .gform_wrapper ul li,
#homerightcolumn .gform_wrapper ul li,
.sidebarwidget .gform_wrapper ul li {
    background: none!important;
    padding-left: 0!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As far as the 2 column structure with the conditional logic, I would suggest using some strategically placed HTML blocks to introduce some new markup/divs into the form as column container elements and then floating the new &#34;columns&#34; into place. With these as containers, you can drop the ready classes on those fields and they'll align normally within the new column.&#60;/p&#62;
&#60;p&#62;You can find out more about what I'm talking about along with some examples on this previous thread. The member was trying to create a 5 column form, but the concept would still be the same for your application.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29423&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29423&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shamy1000 on "Two Column Forms with Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-column-forms-with-conditional-logic#post-32714</link>
			<pubDate>Wed, 17 Aug 2011 06:25:02 +0000</pubDate>
			<dc:creator>shamy1000</dc:creator>
			<guid isPermaLink="false">32714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I have a two column form with conditional logic?&#60;/p&#62;
&#60;p&#62;I tried setting up a form using the gf_right/left_half CSS ready class but when I hit a option on the pickup general location dropdown menu, new options appear (conditional logic) but the right half of the form seems to move down with the new options.&#60;/p&#62;
&#60;p&#62;There are some extra styles due to my theme stylesheet but even without them, the same thing seems to be happening. (Tested with FireBug)&#60;/p&#62;
&#60;p&#62;Here is the link to my form:&#60;br /&#62;
&#60;a href=&#34;http://throughwayconsulting.com/clients/woodhaven/?page_id=701&#34; rel=&#34;nofollow&#34;&#62;http://throughwayconsulting.com/clients/woodhaven/?page_id=701&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help is greatly appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
