<?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: Creating a Form Structured Like a Table</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table</link>
		<description>Gravity Support Forums Topic: Creating a Form Structured Like a Table</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:34: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/creating-a-form-structured-like-a-table" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-136436</link>
			<pubDate>Wed, 30 Jan 2013 11:27:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for posting an update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atomicdesign on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-132461</link>
			<pubDate>Sat, 26 Jan 2013 12:20:00 +0000</pubDate>
			<dc:creator>atomicdesign</dc:creator>
			<guid isPermaLink="false">132461@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ahh solved!&#60;/p&#62;
&#60;p&#62;The problem was a lack of floats and a lot of clears from the original CSS. So maybe next time the thing to do is test it with the default CSS. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atomicdesign on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-132454</link>
			<pubDate>Sat, 26 Jan 2013 12:06:02 +0000</pubDate>
			<dc:creator>atomicdesign</dc:creator>
			<guid isPermaLink="false">132454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;I tried to follow your instructions exactly, reading and re-reading them several times, but unfortunately its not producing the desired effect:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cashsmart.net/site/applying/budget-and-contacts/&#34; rel=&#34;nofollow&#34;&#62;http://www.cashsmart.net/site/applying/budget-and-contacts/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The individual blocks aren't going into columns and what's more, the default styling is making each of the text fields and selects squashed. (So the &#34;$&#34; text field and the &#34;please choose&#34; drop down is squashed.)&#60;/p&#62;
&#60;p&#62;Perhaps that's the problem is that you did your example with a clean CSS file versus modifying the styling that installs with the plugin?&#60;/p&#62;
&#60;p&#62;Using firebug to inspect the output and can't tell why you get nice columns and I don't. :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-123690</link>
			<pubDate>Wed, 16 Jan 2013 17:52:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That sort of functionality to add a row is available with the List type field.   Take a look at this form: &#60;a href=&#34;http://gravity.chrishajer.com/family-reunion-rsvp/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/family-reunion-rsvp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The + to add a new row is available when you use the List field.  It's available as a type of field in the Advanced field in the form builder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-123659</link>
			<pubDate>Wed, 16 Jan 2013 16:36:57 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">123659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If we had a row of fields, how could we make an add button or conditional logic so they can put as many in as they have. So say one chapter has 15 members the other has 40, instead of having 40 fields how can I make it so they can hit a button to input another field area, if that makes sense
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-123652</link>
			<pubDate>Wed, 16 Jan 2013 16:17:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123652@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The CSS I provided goes into your theme's stylesheet (style.css or custom.css normally).  The rest of the work is done in the form.  Please reread my last reply and let me know if you have any specific questions after you get started on your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-123648</link>
			<pubDate>Wed, 16 Jan 2013 16:13:03 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">123648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where in gravity froms do you enter the code? I'm trying to produce a similar result. We have members and wish to have a form where you report the new members, class standing etc. So we need it to be one field but I'm really struggling with how to pull it off, help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-122824</link>
			<pubDate>Tue, 15 Jan 2013 20:30:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">122824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, sorry.  I didn't get past the first part.  Let me take a look.&#60;/p&#62;
&#60;p&#62;I did a quick mockup.  You can see what it looks like here: &#60;a href=&#34;http://minus.com/lND8TOotpx0dv&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lND8TOotpx0dv&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To build that, I added three HTML fields to start, with the column headers in them.  Give each of these the CSS Ready Classes for thirds (gf_left_third, gf_middle_third and gf_right_third.)  You can do that on the advanced tab of each field.  You will continue this for each row of fields.&#60;/p&#62;
&#60;p&#62;After the headers were laid out, I added my first row.  The first column is an HTML field (I checked &#34;Disable default margins&#34;) and I added the class of gf_right_third.  The center column is plain text with a descriptive label for the admin. This gets a CSS class of gf_middle_third.  Then the final column is also text, descriptive label, and a CSS class of gf_right_third.&#60;/p&#62;
&#60;p&#62;Then I saved and previewed the form.  The labels being over column 2 and 3 in each row were unnecessary so I added this CSS to hide those labels.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .top_label .gfield_label {
 display: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then I refreshed again and the table header and the first row are done.  Then proceed on to 2nd and 3rd (and subsequent) rows.  Just remember to give each field the proper CSS class in the proper field on the Advanced tab.  Refresh as you go.  If things get out of line, check to see that you added the classes correctly and in the proper place on the advanced tab.&#60;/p&#62;
&#60;p&#62;I also adjusted the widths of the 'thirds' since the left column needed to be more wide than the other two.  So I added this CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gf_left_third {
 width:39%!important;
}
body .gform_wrapper .gf_middle_third {
  width:29%!important;
}
body .gform_wrapper .gf_right_third {
  width: 29%!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is certainly possible to get a layout like this with Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atomicdesign on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-122811</link>
			<pubDate>Tue, 15 Jan 2013 20:00:07 +0000</pubDate>
			<dc:creator>atomicdesign</dc:creator>
			<guid isPermaLink="false">122811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I probably should have removed that comment about the screenshot as the link I included in my original post clearly shows what we need. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating a Form Structured Like a Table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-form-structured-like-a-table#post-122609</link>
			<pubDate>Tue, 15 Jan 2013 13:33:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">122609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To share a screenshot, please use one of the &#60;a href=&#34;https://www.google.com/search?q=free+image+hosting&#34; rel=&#34;nofollow&#34;&#62;free image hosting&#60;/a&#62; services and post the screenshot there, then paste the link here.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
