<?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: Use CSS ready classes on a group of fields?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields</link>
		<description>Gravity Support Forums Topic: Use CSS ready classes on a group of fields?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:09:49 +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/use-css-ready-classes-on-a-group-of-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100536</link>
			<pubDate>Sun, 09 Dec 2012 15:21:54 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If i remember correctly there is a filter for the tabindex but I think it only sets the starting number so I think your only option for changing the tab order would be to use some jquery like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {
    jQuery(&#38;quot;#input_1_2&#38;quot;).attr(&#38;#39;tabindex&#38;#39;,&#38;#39;2&#38;#39;);
    jQuery(&#38;quot;#input_1_4&#38;quot;).attr(&#38;#39;tabindex&#38;#39;,&#38;#39;3&#38;#39;);
    jQuery(&#38;quot;#input_1_5&#38;quot;).attr(&#38;#39;tabindex&#38;#39;,&#38;#39;4&#38;#39;);
  });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100526</link>
			<pubDate>Sun, 09 Dec 2012 14:29:36 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">100526@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only thing I'm wondering is...is there a way to set the tab index so the Message/Paragraph field is tabbed to last, even though it's technically the second field in the form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100524</link>
			<pubDate>Sun, 09 Dec 2012 14:15:27 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad you sorted it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100521</link>
			<pubDate>Sun, 09 Dec 2012 14:00:29 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">100521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Whoops, fixed it. Had forgotten to move the field back up in the form editor. Thanks so so so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100520</link>
			<pubDate>Sun, 09 Dec 2012 13:56:54 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">100520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, this is what I get: &#60;a href=&#34;http://kharismastudios.com/contact-test/&#34; rel=&#34;nofollow&#34;&#62;http://kharismastudios.com/contact-test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much for your help so far!! :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100507</link>
			<pubDate>Sun, 09 Dec 2012 13:04:29 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you make the change again so I can see it live and then I can offer advice from there.  When I make the changes in the chrome dev panel this is what I see &#60;a href=&#34;http://imgur.com/9oehM&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/9oehM&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100506</link>
			<pubDate>Sun, 09 Dec 2012 12:57:34 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">100506@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had tried that first before posting and it created huge gaps in the other fields below and made all the widths different. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100505</link>
			<pubDate>Sun, 09 Dec 2012 12:49:35 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100505@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK so to start you need to move your paragraph text field up above the three text fields you want to appear beside it and give it the css class name gf_right_half next give your other three text fields the css class name gf_left_half&#60;/p&#62;
&#60;p&#62;Now when you preview your form you should find your layout pretty much matches the old form
&#60;/p&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "Use CSS ready classes on a group of fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/use-css-ready-classes-on-a-group-of-fields#post-100494</link>
			<pubDate>Sun, 09 Dec 2012 11:39:40 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">100494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found a user with a similar issue in the forums, but the solution was communicated by email, so I apologize. And thanks in advance!&#60;/p&#62;
&#60;p&#62;I'm helping a friend move her (broken/crappy) Contact7 form from here: &#60;a href=&#34;http://kharismastudios.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://kharismastudios.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've got it set up with Gravity Forms here: &#60;a href=&#34;http://kharismastudios.com/contact-test/&#34; rel=&#34;nofollow&#34;&#62;http://kharismastudios.com/contact-test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just can't figure out how to use the Two Column ready class to put the paragraph text field on the right side.&#60;/p&#62;
&#60;p&#62;This is the code the original form uses: &#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;composeInputs&#34;&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;label&#38;gt;Your Name&#38;lt;/label&#38;gt;&#60;br /&#62;
    [text* your-name] &#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;label&#38;gt;Your Email&#38;lt;/label&#38;gt;&#60;br /&#62;
    [email* your-email] &#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;label&#38;gt;Subject&#38;lt;/label&#38;gt;&#60;br /&#62;
    [text your-subject] &#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;composeTextarea&#34;&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Your Message&#38;lt;/label&#38;gt;&#60;br /&#62;
    [textarea your-message] &#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
