<?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: tabindex filter not working to form in widget</title>
		<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget</link>
		<description>Gravity Support Forums Topic: tabindex filter not working to form in widget</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:10:40 +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/tabindex-filter-not-working-to-form-in-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "tabindex filter not working to form in widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget#post-58309</link>
			<pubDate>Wed, 09 May 2012 09:29:13 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;tabibndex should probably be tabindex. That's the only thing I can see that stands out as wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madhavaji on "tabindex filter not working to form in widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget#post-58308</link>
			<pubDate>Wed, 09 May 2012 09:21:09 +0000</pubDate>
			<dc:creator>madhavaji</dc:creator>
			<guid isPermaLink="false">58308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply Rob.&#60;/p&#62;
&#60;p&#62;I am using a widget so I went and looked at the advance options and saw I could set the tab index there. This has solved the immediate problem.&#60;/p&#62;
&#60;p&#62;Still, any idea why the filter didn't work?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Michael.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "tabindex filter not working to form in widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget#post-58291</link>
			<pubDate>Wed, 09 May 2012 07:59:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On the footer form, are you placing that with a function call within your theme? You can set a tabindex on the form call itself:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madhavaji on "tabindex filter not working to form in widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget#post-58283</link>
			<pubDate>Wed, 09 May 2012 07:43:20 +0000</pubDate>
			<dc:creator>madhavaji</dc:creator>
			<guid isPermaLink="false">58283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the same issue..&#60;/p&#62;
&#60;p&#62;You can see it in action &#60;a href=&#34;http://stg.caliperadmissions.com/en/contact&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There's a form on the page and another tiny one in the footer. For the form in the footer I'm applying your tabindex filter like this..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//
//	Footer newsletter sign-up tab index filter
//
function deliberate_form_tabibndex( $value) {
	return 8;
}
add_filter(&#38;quot;gform_tabindex_1&#38;quot;, &#38;#39;deliberate_form_tabibndex&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But the tabindex in that tiny footer form seems determined to begin at 1.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "tabindex filter not working to form in widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget#post-26906</link>
			<pubDate>Fri, 03 Jun 2011 11:52:42 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Gln,&#60;/p&#62;
&#60;p&#62;We've gotten another similar report recently. Would you be able to share a login to your WP admin and FTP to allow us to take a better look at this? You can email the details to &#60;a href=&#34;mailto:david@rocketgenius.com&#34;&#62;david@rocketgenius.com&#60;/a&#62;. Please include a link to this topic as reference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>g1n on "tabindex filter not working to form in widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-filter-not-working-to-form-in-widget#post-26882</link>
			<pubDate>Fri, 03 Jun 2011 07:54:47 +0000</pubDate>
			<dc:creator>g1n</dc:creator>
			<guid isPermaLink="false">26882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I put my forms on my sidebar using widgets provided by gravity form&#60;/p&#62;
&#60;p&#62;I realized that you should be able to modify the starting tabindex for the form using the filter below&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_tabindex_2&#34;, create_function(&#34;&#34;, &#34;return 7;&#34;));&#60;/p&#62;
&#60;p&#62;However, when the form is on sidebar widget, the filter doesnt work and the form tab index always starts at 1. This gets very problematic when I want to include 2 forms in my sidebar widgets (1 for contact us and the other for newsletter subscription).&#60;/p&#62;
&#60;p&#62;Can someone here show me if there is anything I miss.&#60;br /&#62;
Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
