<?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: field tab order</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order</link>
		<description>Gravity Support Forums Topic: field tab order</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:04: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/topic/field-tab-order" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-61095</link>
			<pubDate>Fri, 01 Jun 2012 08:54:12 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting. Thanks for posting that wendy. I'm going to close this thread now. It has run long enough and probably has all the information anyone could need to sort out any issues with tab index.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wendy on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-61058</link>
			<pubDate>Thu, 31 May 2012 20:25:35 +0000</pubDate>
			<dc:creator>wendy</dc:creator>
			<guid isPermaLink="false">61058@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just wanted to add that while checking into the tabindex issue on a WordPress site of my own. I added the filter and then noticed that after the two first fields, tabbing wanted to cycle through &#34;wp-admin/about.php,&#34; &#34;wp-admin,&#34; &#34;wp-admin/comments.php&#34; and other pages found within the WordPress admin area before moving through the remaining fields in the form. After realizing this (the status bar gives it away), I logged out of WordPress completely and then everything was fine. I removed the filter from the functions file and everything was still fine. The take-away is that when testing, log out of WordPress first to understand the actual user experience. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ucwriters on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-53952</link>
			<pubDate>Sun, 01 Apr 2012 11:55:10 +0000</pubDate>
			<dc:creator>ucwriters</dc:creator>
			<guid isPermaLink="false">53952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The code worked like a charm on my site! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-26348</link>
			<pubDate>Wed, 25 May 2011 23:23:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26348@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The &#34;gf_left_half&#34; and &#34;gf_right_half&#34; fields are floated elements and therefore naturally align horizontally. This works to emulate a true column layout, but doesn't allow for tabbing down vertically as though the fields were in true columns. &#60;/p&#62;
&#60;p&#62;What you could do is use strategically placed HTML blocks to add divs around groups of fields and then float the groupings right and left. That way the fields are technically in order and will tab properly, but still grouped in a container and presented in a columnar format.&#60;/p&#62;
&#60;p&#62;An example of using the HTML blocks this way can be found in the thread below.. it was specifically about adding fieldsets, but it could be any container type element.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/fieldsets#post-17019&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/fieldsets#post-17019&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TerminalAddict on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-26345</link>
			<pubDate>Wed, 25 May 2011 19:59:51 +0000</pubDate>
			<dc:creator>TerminalAddict</dc:creator>
			<guid isPermaLink="false">26345@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a good reason for tabindex I think&#60;/p&#62;
&#60;p&#62;I'm using gf_right_half and gf_left_half and would really really like the tabbing to go down left_half, then down right_half.&#60;/p&#62;
&#60;p&#62;I could add to my functions file (which I probably will in this instance) but it seems like this could be quite a common thing for me.&#60;/p&#62;
&#60;p&#62;This is only because with left_half and right_half I have reorder the fields, I guess left_half and right_half css could be rewritten so I don't have to reorder fields?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-24460</link>
			<pubDate>Thu, 28 Apr 2011 17:50:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">24460@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need to make sure you are using the gform_tabindex hook correctly.  Here is documentation for this hook:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_tabindex&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_tabindex&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It does work and shouldn't care any errors, however depending on how/where you implement it you could implement it incorrectly.  It needs to go in your themes functions.php file, probably at the bottom to avoid any issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alevith on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-24450</link>
			<pubDate>Thu, 28 Apr 2011 17:12:53 +0000</pubDate>
			<dc:creator>alevith</dc:creator>
			<guid isPermaLink="false">24450@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey all,&#60;br /&#62;
    Yet another tabindex issue. I copied and pasted the code above, as told to do, and id wasnt as simple as that. I pasted it into my functions.php. Referenced the id number and it parsed errored my site. GREAT! So i took that out. Any new ideas on how to fix? Im using the twentyten parent theme, so its not something crazy. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evinsmj on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-23355</link>
			<pubDate>Fri, 15 Apr 2011 11:30:08 +0000</pubDate>
			<dc:creator>evinsmj</dc:creator>
			<guid isPermaLink="false">23355@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, all, &#60;/p&#62;
&#60;p&#62;Sorry for the delayed response but I just came across this topic. I am also having a problem with the tab order. I have a form on the sidebar to join a mailing list, but also a contact page for quote requests. On that page is where I'm running into problems. The mailing list signup is ID #1 and here is my code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_tabindex_1&#38;#39;, create_function(&#38;#39;&#38;#39;, &#38;#39;return 20;&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I originally started with 4 as the number (as shown above) but that didn't work so I started playing with the numbers. However, it looks like there isn't a number to make this work.&#60;/p&#62;
&#60;p&#62;The URL in question is: &#60;a href=&#34;http://www.pptdoctor.net/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.pptdoctor.net/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-13945</link>
			<pubDate>Mon, 06 Dec 2010 15:18:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">13945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think the single vs. double quote matters here.  In PHP, if you use single quotes, PHP won't parse the string for variables.  Since there are no variables in these strings, it shouldn't matter if you use single or double here (other than double using a little more memory or processing time: the functionality would be the same.)&#60;/p&#62;
&#60;p&#62;Putting it in functions.php for your active theme is correct.&#60;/p&#62;
&#60;p&#62;Which form are you trying to set the tabindex for?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scottbothel on "field tab order"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-tab-order#post-13944</link>
			<pubDate>Mon, 06 Dec 2010 15:13:37 +0000</pubDate>
			<dc:creator>scottbothel</dc:creator>
			<guid isPermaLink="false">13944@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks, brian, I had tried it both ways as I have seen it both way (single vs. double quotes). Still no luck. Should be able to just drop it into the functions.php file right? I have it at the end of the file and the function right above it works...so I'm stumped.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
