<?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 Tag: layout - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/layout</link>
		<description>Gravity Support Forums Tag: layout - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:38:57 +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/tags/layout" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Tabular Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabular-layout#post-231206</link>
			<pubDate>Tue, 30 Apr 2013 14:51:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">231206@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't easily create a table layout like this in Gravity Forms and you would have to create custom Javascript to limit the selection of only one radio button selection allowed, as there isn't a way to do that within Gravity Forms using the layout you've designed. &#60;/p&#62;
&#60;p&#62;You could do something more like:&#60;br /&#62;
Product Field - $0&#60;br /&#62;
Option Field - Radio Type - Two column using our CSS ready class:&#60;br /&#62;
23 x 34 &#124; Black&#38;amp; White &#124; @ £40.00 / 23 x 34 &#124; Black&#38;amp; White &#124; @ £32.00&#60;br /&#62;
35 x 54 &#124; Black&#38;amp; White &#124; @ £50.00 / 35 x 54 &#124; Black&#38;amp; White &#124; @ £42.00&#60;br /&#62;
47 x 74 &#124; Black&#38;amp; White &#124; @ £60.00 / 47 x 74 &#124; Black&#38;amp; White &#124; @ £52.00&#60;br /&#62;
59 x 94 &#124; Black&#38;amp; White &#124; @ £70.00 / 59 x 94 &#124; Black&#38;amp; White &#124; @ £62.00&#60;/p&#62;
&#60;p&#62;(sorry about the formatting) &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;br /&#62;
gf_list_2col&#60;/p&#62;
&#60;p&#62;Then because they are all part of the same radio button group, the user would only be able to select one value.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JohnMYates on "Tabular Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabular-layout#post-231152</link>
			<pubDate>Tue, 30 Apr 2013 13:38:21 +0000</pubDate>
			<dc:creator>JohnMYates</dc:creator>
			<guid isPermaLink="false">231152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to layout the form (or one part of it) as a table? &#60;/p&#62;
&#60;p&#62;Columns 4 &#38;amp; 5 are two options of a radio button field so only one can be on&#60;br /&#62;
Columns 1, 2 &#38;amp; 3 are text entered when creating the table (hard coded) not entered by the user.&#60;/p&#62;
&#60;p&#62;So, in a simplistic view (imposed by this edit box) where the @ symbol is used to represent a radio button...&#60;/p&#62;
&#60;p&#62;TYPE       &#124;   SIZE      &#124;  STYLE            &#124;   PRICE 1    &#124;  PRICE 2&#60;br /&#62;
Option 1   &#124;  23 x 34  &#124; Black&#38;amp; White  &#124; @ £40.00  &#124; @ £32.00&#60;br /&#62;
Option 2  &#124;  35 x 54  &#124; Black&#38;amp; White  &#124; @ £50.00  &#124; @ £42.00&#60;br /&#62;
Option 3  &#124;  47 x 74  &#124; Black&#38;amp; White  &#124; @ £60.00  &#124; @ £52.00&#60;br /&#62;
Option 4  &#124;  59 x 94  &#124; Black&#38;amp; White  &#124; @ £70.00  &#124; @ £62.00&#60;/p&#62;
&#60;p&#62;The form user can only select one option from all 8 radio buttons on show.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "ADD DESIGN &#38; CSS to make it easy to style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-design-css-to-make-it-easy-to-style#post-224891</link>
			<pubDate>Fri, 26 Apr 2013 03:24:45 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">224891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;I just want a simple text in the field, and when i click it - i want it to go away&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;that sounds like the placeholder attribute which was introduced in html5, it disappears when the user starts typing in the field, it's not available out of the box in gravity forms yet, but it can be accomplished by either using a plugin&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-auto-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-auto-placeholders/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;or if you only have a few fields a bit of jQuery would accomplish it as well, the following example would add the placeholder Name to field 1 of form 5&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
jQuery(document).ready(function($){
     $(&#38;#39;#input_5_1&#38;#39;).attr(&#38;#39;placeholder&#38;#39;,&#38;#39;Name&#38;#39;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlikA on "ADD DESIGN &#38; CSS to make it easy to style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-design-css-to-make-it-easy-to-style#post-224508</link>
			<pubDate>Thu, 25 Apr 2013 21:23:41 +0000</pubDate>
			<dc:creator>AlikA</dc:creator>
			<guid isPermaLink="false">224508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Love the Plugin, love the conditional logic, love the pre made classes. all the Brains are there!&#60;/p&#62;
&#60;p&#62;But Styling Gravity forms has been the hardest thing i have ever come across!&#60;br /&#62;
It is Incredibly difficult to style!!!!&#60;/p&#62;
&#60;p&#62;I just want a simple text in the field, and when i click it - i want it to go away.&#60;br /&#62;
(not to much to ask - I am actually considering back to contact form7 due to just that feature)&#60;/p&#62;
&#60;p&#62;some pre defined themes would be great. the ability to add images to fileds as backgrounds or icons. FOR THE LOVE OF CHRIST... Allow us to make hidden titles! &#60;/p&#62;
&#60;p&#62;In the words of Steve jobs: Design is not only how it looks but alos how it functions... but the ability to make it look and therefore function is Much too limited!&#60;/p&#62;
&#60;p&#62;I have had to go from one web developer to the other to give me a quote on styling gForms, but no-one will take it! No one want to get their hands dirty with the styling.&#60;/p&#62;
&#60;p&#62;I have Styled the&#60;br /&#62;
&#38;lt; u l&#38;gt; and &#38;lt; li &#38;gt; classes on one of my themes and now Gravity forms is in the terms of design.&#60;/p&#62;
&#60;p&#62;So here is my plea - Get some good UI designers and make an added section to the plugin called Style - Allow users to pick predefined, or make their own styles, save and share them...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "description placement above the field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-placement-above-the-field#post-185582</link>
			<pubDate>Tue, 26 Mar 2013 12:39:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">185582@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any one of your theme's stylesheets. If you go to Appearance and then Editor in your wp-admin, you should be able to add this code to a stylesheet called 'style.css'.  Every theme is different though, and there may be a place in your theme where they want you to add custom CSS, maybe a theme options page.  Without knowing your theme, it's hard to say where you need to add it exactly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>durand_o on "description placement above the field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-placement-above-the-field#post-185542</link>
			<pubDate>Tue, 26 Mar 2013 12:21:19 +0000</pubDate>
			<dc:creator>durand_o</dc:creator>
			<guid isPermaLink="false">185542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sorry, but where would I ad this new code? Just wondering what type of stylesheet I should be looking for...&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "description placement above the field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-placement-above-the-field#post-185356</link>
			<pubDate>Tue, 26 Mar 2013 10:02:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">185356@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Those sublabels are not normally so far away from the inputs.  That is being done by some CSS in your theme's stylesheet.  Line 130 in this file &#60;a href=&#34;http://74.54.146.34/~durando/talkmortgages.ca/wp-content/themes/avamys/css/base.css?ver=3.5.1&#34; rel=&#34;nofollow&#34;&#62;http://74.54.146.34/~durando/talkmortgages.ca/wp-content/themes/avamys/css/base.css?ver=3.5.1&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
    display: block;
    margin: 0 0 20px;
    outline: medium none;
    padding: 6px 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can override that by adding this to one of your theme's stylesheets.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper form input {
   margin-bottom: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://minus.com/lbj2NztkVca3Bw&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lbj2NztkVca3Bw&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to put the sublabel above the input, with the regular label, we can do that too, but it might be confusing to have two labels above the field for some fields.  Sometimes people put the label inside the field as a placeholder, then move the sublabel above the input.  If you want to go that direction, we can help with that as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>durand_o on "description placement above the field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-placement-above-the-field#post-184829</link>
			<pubDate>Tue, 26 Mar 2013 01:48:30 +0000</pubDate>
			<dc:creator>durand_o</dc:creator>
			<guid isPermaLink="false">184829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have been looking around but can't seem to find the easy solution. I simply want to make the description placements for address and name ABOVE the field, instead of below. As you can see here, the way its layed out at the moment makes things very confusing &#60;a href=&#34;http://74.54.146.34/~durando/talkmortgages.ca/apply-online/&#34; rel=&#34;nofollow&#34;&#62;http://74.54.146.34/~durando/talkmortgages.ca/apply-online/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Great form builder though I must say!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Grid of number fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grid-of-number-fields#post-160471</link>
			<pubDate>Tue, 05 Mar 2013 00:41:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">160471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The list field currently allows for text or drop down, not the multi-select field.  That can be configured using the gform_column_input filter:  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_column_input&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_column_input&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Someone also modified it to use a textarea, but that is not what you're looking for I don't think.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EBgravityforms on "Grid of number fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grid-of-number-fields#post-156421</link>
			<pubDate>Thu, 28 Feb 2013 01:24:55 +0000</pubDate>
			<dc:creator>EBgravityforms</dc:creator>
			<guid isPermaLink="false">156421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries, thanks for the reply.&#60;/p&#62;
&#60;p&#62;Looking through your posts, I realized there might be an easier way to tackle my issue.&#60;/p&#62;
&#60;p&#62;Is there a way to use the &#34;list&#34; feature with columns but use other fields as the columns like a multi select box? &#60;/p&#62;
&#60;p&#62;Basically I have a list of products with different sizes. I want to make the form as clean as possible. Right now they are using a table/grid with the product name on one axis and the size on the other. If the size is available for that product there is an input field where they meet. Then they can enter the number (quantity) in that field. Originally I was going to duplicate this if possible but it would be nice to use that add row feature to do the following:&#60;/p&#62;
&#60;p&#62;- The user selects the product with the Multi Select Box (using enhanced interface)&#60;br /&#62;
- Then selects size based on availability&#60;br /&#62;
- Then inputs the amount. &#60;/p&#62;
&#60;p&#62;If the user wants they can click the + to add a new row of the above fields.&#60;/p&#62;
&#60;p&#62;is this possible, if not can you recommend the best route for this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
