<?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: Adding columns to the form to organize many fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields</link>
		<description>Gravity Support Forums Topic: Adding columns to the form to organize many fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:28:11 +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/adding-columns-to-the-form-to-organize-many-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>badelman on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27725</link>
			<pubDate>Tue, 14 Jun 2011 11:19:25 +0000</pubDate>
			<dc:creator>badelman</dc:creator>
			<guid isPermaLink="false">27725@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're the man! Thank you thank you Kevin. I will visit the link and attempt to learn some more.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27626</link>
			<pubDate>Sat, 11 Jun 2011 21:12:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you're a fan. That means I'm doing my job :)&#60;/p&#62;
&#60;p&#62;Sure once you've properly applied the CSS rules, you can add/change properties like the background color as you wish. If you wanted the background color to be darker, then you'd change the rule from above to something like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 {
	padding:10px;
	background-color:#666;
	border:1px solid #e8e8e8;
	margin:10px 20px 10px 10px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will change the background color to a darker gray (#666666 hex code)&#60;/p&#62;
&#60;p&#62;So, a couple of related notes. That only changes it to a solid color. The gradient gray/black that you see on the menu background is actually a background image. You could also apply a background image by specifying that in the rule. Secondly, with the darker background, you would probably want to define a lighter text color so it stands out.&#60;/p&#62;
&#60;p&#62;If you need a good CSS primer to get you going, I always recommend starting at the W3Schools.com site. They have good examples and walk-throughs that will be of great help as you keep tweaking the CSS.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://w3schools.com/css/default.asp&#34; rel=&#34;nofollow&#34;&#62;http://w3schools.com/css/default.asp&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badelman on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27616</link>
			<pubDate>Sat, 11 Jun 2011 12:58:55 +0000</pubDate>
			<dc:creator>badelman</dc:creator>
			<guid isPermaLink="false">27616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow! Kevin, after pasting there's a background and everything!! How'd you do that? Can I change the color to make it look like the menu tabs, kinda a faded black??&#60;/p&#62;
&#60;p&#62;Gravity forms skeptic to Gravity forms fan!&#60;br /&#62;
Man thanks Kevin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27611</link>
			<pubDate>Sat, 11 Jun 2011 11:35:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Barry, this appears to be the file you need to make changes to. Of course, it's always preferable to consult your theme provider if you're not sure.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://paulreverehomes.com/wp-content/themes/Essence-Silver_childtheme/style.css&#34; rel=&#34;nofollow&#34;&#62;http://paulreverehomes.com/wp-content/themes/Essence-Silver_childtheme/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yes, it's always best to put your custom rules at the end of the document as the file is read by the browser top to bottom and the rules it reads last will supersede the ones at the beginning of the file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badelman on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27608</link>
			<pubDate>Sat, 11 Jun 2011 11:29:16 +0000</pubDate>
			<dc:creator>badelman</dc:creator>
			<guid isPermaLink="false">27608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, that looks crazy amazing! So I don't screw this up I'll ask for a bit more detail before I paste anything into the WP theme.&#60;/p&#62;
&#60;p&#62;Specifically, I have the form pasted into a child theme:&#60;br /&#62;
&#38;lt;?php gravity_form(1, $display_title=false, $display_description=true, $display_inactive=false, $field_values=null, $ajax=true); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;When I go to appearance and then editor for the child theme it does have it's own style.css. Should I paste the code in there or the style.css for the primary theme?&#60;/p&#62;
&#60;p&#62;Also, from how you describe it it sounds like I'll be ok if I go to the bottom of significant style.css and paste the code you've prepared there. Is that right?&#60;/p&#62;
&#60;p&#62;Thanks, Barry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27600</link>
			<pubDate>Sat, 11 Jun 2011 10:30:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Barry, give this a shot. Add these rules to the end of your theme's style.css file or custom.css - wherever you put them and you should be pretty close.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 {
	padding:10px;
	background-color:#ededed;
	border:1px solid #e8e8e8;
	margin:10px 20px 10px 10px
}

body #gform_wrapper_1 span.ginput_left {
	width:99%!important
}

body #gform_wrapper_1 span.ginput_right {
	width:99%!important;
	float:left!important
}

body #gform_wrapper_1 span.ginput_full {
	width:99%!important
}

body #gform_wrapper_1 .ginput_complex .ginput_full input {
	width:95%!important
}

#content_wide .gform_wrapper .top_label li.gfield.gf_middle_third {
	margin-left:2%!important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My test looked pretty good. You'll probably want to tweak things a bit but I think that's about 95% there.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://c0848462.cdn.cloudfiles.rackspacecloud.com/013a006f035a0c5abc53dbdbf1ed835140be0bb476.png&#34; rel=&#34;nofollow&#34;&#62;http://c0848462.cdn.cloudfiles.rackspacecloud.com/013a006f035a0c5abc53dbdbf1ed835140be0bb476.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27585</link>
			<pubDate>Sat, 11 Jun 2011 01:38:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Barry, thanks for the kind words. I do appreciate it.&#60;/p&#62;
&#60;p&#62;The advanced/grouped fields are set to display together horizontally by design so those will take a bit of CSS magic to get them to stack vertically if you want to use that type of field. The other option of course would be to use a single input for the first name &#38;amp; last name, but you would lose the email confirmation if you did it that way.&#60;/p&#62;
&#60;p&#62;It's late here, so I'll get a fresh set of eyes on this in the morning and see what I can do to help you get things polished up. Thanks for your patience. I know these things can be frustrating but you're almost to the finish line. I'll let you know as soon as I have something to share.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badelman on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27578</link>
			<pubDate>Fri, 10 Jun 2011 22:43:34 +0000</pubDate>
			<dc:creator>badelman</dc:creator>
			<guid isPermaLink="false">27578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin your a nice guy. Thank you very much. I do appreciate your help a lot. My theme's is built in such a way that my form took some doing to get it going. iThemes basically told me where and what line to paste the code you provided minus the &#34;php&#34; that was in the beginning. Now we're at least up and running.&#60;/p&#62;
&#60;p&#62;What's missing now is I would like to organize the fields a bit better than they are. It looks nice but a logical flow is missing. For instance ADDRESS should be after NAME in my opinion. But if i tale what I know now then it will look funny if I just simply move it to that order.&#60;/p&#62;
&#60;p&#62;Is it possible to take a field that has two places to enter data like email and confirm email and stack them on top of one another instead of side by side?&#60;/p&#62;
&#60;p&#62;I would also like to have a rectangle background for the form that basically frames it in instead of all that white: &#60;a href=&#34;http://paulreverehomes.com/&#34; rel=&#34;nofollow&#34;&#62;http://paulreverehomes.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Most forms I see have a gray background which would be fine or I could see faded black like my menu up top. That would be pretty cool I think.. Can you help me do this?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Barry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27575</link>
			<pubDate>Fri, 10 Jun 2011 21:23:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Barry,&#60;/p&#62;
&#60;p&#62;Embedding forms is usually a very simple process.. especially if you use the shortcode wizard to embed them into the content area of a page or post. You're talking just a few simple clicks to do this.&#60;/p&#62;
&#60;p&#62;When you choose to manually embed the forms outside the WordPress &#34;loop&#34;, you have to take a few more steps like properly enqueueing the scripts. Normally, thats not too much work either.&#60;/p&#62;
&#60;p&#62;Occasionally there are issues with the theme that make things more difficult. I'm not sure where the disconnect here was really, but I just looked at your form and it appears to be working and loading the styles as it should. I'm assuming that you're good with that part now. What else can we help you with?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>badelman on "Adding columns to the form to organize many fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-columns-to-the-form-to-organize-many-fields#post-27553</link>
			<pubDate>Fri, 10 Jun 2011 13:46:07 +0000</pubDate>
			<dc:creator>badelman</dc:creator>
			<guid isPermaLink="false">27553@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will ask you to be very specific in your responses so I don's screw up a simple copy/paste of the code you suggest I use.&#60;/p&#62;
&#60;p&#62;Thanks, Barry
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
