<?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: Automatic Tab Index for new forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/automatic-tab-index-for-new-forms</link>
		<description>Gravity Support Forums Topic: Automatic Tab Index for new forms</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:18:59 +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/automatic-tab-index-for-new-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Lars Faye on "Automatic Tab Index for new forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-tab-index-for-new-forms#post-81466</link>
			<pubDate>Tue, 16 Oct 2012 13:33:05 +0000</pubDate>
			<dc:creator>Lars Faye</dc:creator>
			<guid isPermaLink="false">81466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, so sorry for not responding sooner.  Yes, this did fix the problem, thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Automatic Tab Index for new forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-tab-index-for-new-forms#post-79669</link>
			<pubDate>Mon, 08 Oct 2012 14:23:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How are you including the one which is always in the footer?  If you are using the shortcode, you can set the tabindex there; set it to 30 or something.  If you are using a form widget, you can set the tabindex there as well.  And if it is hard coded into the template, you can set the tabindex in the function call.  Do any of those work for you?&#60;/p&#62;
&#60;p&#62;Let us know how you embedded the form in the footer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lars Faye on "Automatic Tab Index for new forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-tab-index-for-new-forms#post-79663</link>
			<pubDate>Mon, 08 Oct 2012 14:20:00 +0000</pubDate>
			<dc:creator>Lars Faye</dc:creator>
			<guid isPermaLink="false">79663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Close, but we have multiple forms on pages sometimes.  In this particular case, we have one in the footer that is always there (newsletter signup) and it keeps grabbing the tab since it shares the same index.  Is there a way around this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Automatic Tab Index for new forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-tab-index-for-new-forms#post-79646</link>
			<pubDate>Mon, 08 Oct 2012 13:46:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Edit the functions.php one time to set a high tabindex for all Gravity Forms, rather than specific Gravity Forms, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;quot;gform_tabindex&#38;quot;, create_function(&#38;quot;&#38;quot;, &#38;quot;return 75;&#38;quot;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will start every Gravity Form with a tabindex of 75.  Does that work for you?  It only needs to be done once, and so long as there are no forms on the page with more than 75 form fields, this will be fine.  Normally there is a comment form or contact us form, and those typically have just 3 or 4 fields, so 75 should be plenty high enough.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lars Faye on "Automatic Tab Index for new forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-tab-index-for-new-forms#post-79634</link>
			<pubDate>Mon, 08 Oct 2012 13:19:34 +0000</pubDate>
			<dc:creator>Lars Faye</dc:creator>
			<guid isPermaLink="false">79634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a client that will be using GravityForms to insert forms on a constant basis onto various new pages across their site.  Problem is, every time they input a new form, the tab index is not created for that particular form and I need to edit their functions.php to fix this.  Ultimately, they don't want to have to have me do this each time they create a new form.  Is there a way to have this process more automatic, where a new form receives a new tab index automatically?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
