<?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: Tab index when there are two columns</title>
		<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns</link>
		<description>Gravity Support Forums Topic: Tab index when there are two columns</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 08:17:34 +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/tab-index-when-there-are-two-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Tab index when there are two columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns#post-58884</link>
			<pubDate>Mon, 14 May 2012 13:54:20 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58884@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sargent on "Tab index when there are two columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns#post-58882</link>
			<pubDate>Mon, 14 May 2012 13:52:57 +0000</pubDate>
			<dc:creator>Sargent</dc:creator>
			<guid isPermaLink="false">58882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Tab index when there are two columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns#post-52186</link>
			<pubDate>Mon, 12 Mar 2012 21:15:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something like this.. you would need to view the source, get the ID number of each input element, then redefine the tabindex using the jQuery .attr selector.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#input_7_3&#38;#39;).attr(&#38;#39;tabindex&#38;#39;, &#38;#39;3&#38;#39;);
$(&#38;#39;#input_7_5&#38;#39;).attr(&#38;#39;tabindex&#38;#39;, &#38;#39;4&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Again, if it's a smaller form, then that's probably doable.. if it's a really large form then this could be cumbersome.&#60;/p&#62;
&#60;p&#62;reference: &#60;a href=&#34;http://api.jquery.com/attr/&#34; rel=&#34;nofollow&#34;&#62;http://api.jquery.com/attr/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sargent on "Tab index when there are two columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns#post-52181</link>
			<pubDate>Mon, 12 Mar 2012 20:23:52 +0000</pubDate>
			<dc:creator>Sargent</dc:creator>
			<guid isPermaLink="false">52181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;Thanks for the quick response. Could you give me an example of how I would change the field tab index using JQuery?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Tab index when there are two columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns#post-52173</link>
			<pubDate>Mon, 12 Mar 2012 19:06:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">52173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, the fields are tabbing in the order you put them in the editor. If you're using the ready classes, it only floats the fields to create &#34;faux&#34; columns.&#60;/p&#62;
&#60;p&#62;You can re-order your fields in the form editor so the tabindex works the way you want or you can use JQuery to change the field tabindex attributes if you're not dealing with a large form. Not ideal I'm sure, but that's how it works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sargent on "Tab index when there are two columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tab-index-when-there-are-two-columns#post-52171</link>
			<pubDate>Mon, 12 Mar 2012 18:29:48 +0000</pubDate>
			<dc:creator>Sargent</dc:creator>
			<guid isPermaLink="false">52171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I followed the instructions of another thread and I was able to create two columns out of my form, which is great, but I would like the tab index to work differently. Right now the tabbing goes straight down and instead I would like it to go across.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
