<?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: we need more control over tabindex&#039;s</title>
		<link>https://legacy.forums.gravityhelp.com/topic/we-need-more-control-over-tabindexs</link>
		<description>Gravity Support Forums Topic: we need more control over tabindex&#039;s</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 09:05:47 +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/we-need-more-control-over-tabindexs" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "we need more control over tabindex&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/we-need-more-control-over-tabindexs#post-14044</link>
			<pubDate>Tue, 07 Dec 2010 22:16:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Strange, a quick search turns up several hits for tabindex, including the examples below.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/search.php?q=tabindex&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/search.php?q=tabindex&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can control the starting tabindex for each form with a filter added to your theme's functions.php file. &#60;/p&#62;
&#60;p&#62;For example, this changes form id#10's tabindex start value to 4 &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt; ?php add_filter(&#38;#39;gform_tabindex_10&#38;#39;, create_function(&#38;#39;&#38;#39;, &#38;#39;return 4;&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you could do this to apply it to all forms&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt; ?php add_filter(&#38;#39;gform_tabindex&#38;#39;, create_function(&#38;#39;&#38;#39;, &#38;#39;return 4&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, if you want to disable the tabindexes completely, you can add this instead&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php add_filter(&#38;quot;gform_tabindex&#38;quot;, create_function(&#38;quot;&#38;quot;, &#38;quot;return false;&#38;quot;)); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>twofus on "we need more control over tabindex&#039;s"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/we-need-more-control-over-tabindexs#post-14042</link>
			<pubDate>Tue, 07 Dec 2010 20:09:21 +0000</pubDate>
			<dc:creator>twofus</dc:creator>
			<guid isPermaLink="false">14042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've read the docs and forum and it appears there is no possible way to control tabindex's on the form. They are hardcoded by Gravity Forms and the browser simply does what the code says to do. &#60;/p&#62;
&#60;p&#62;It would be nice to have the ability to be able to override the tabindex for forms. Without it, forms have to be constructed to fit Gravity Form's rules and not ours. And, yes, I understand this is a function of the browser but since you have hardcoded the tabindex's, you might consider a way for us to override them. OR, have Gravity Forms save a hardcoded page and allow us the ability to modify it and then save it as the form's template.&#60;/p&#62;
&#60;p&#62;Just an opinion since I'm fighting tabindex's and design on a 100+ input form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
