<?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: Same Form Multiple Time on One Page, Tab Index Not Working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working</link>
		<description>Gravity Support Forums Topic: Same Form Multiple Time on One Page, Tab Index Not Working</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 18:19: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/same-form-multiple-time-on-one-page-tab-index-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-36863</link>
			<pubDate>Mon, 03 Oct 2011 00:51:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">36863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, I see what you did there.  You changed the starting tabindex to 4 for all forms on your site.  You need to use it like this instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;quot;gform_tabindex_3&#38;quot;, create_function(&#38;quot;&#38;quot;, &#38;quot;return 9;&#38;quot;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will set the starting tabindex for form 3 (your bottom form) to 9, which will allow 1 through 8 on the first form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeanjacques on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-36845</link>
			<pubDate>Sun, 02 Oct 2011 14:04:59 +0000</pubDate>
			<dc:creator>jeanjacques</dc:creator>
			<guid isPermaLink="false">36845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your support.&#60;/p&#62;
&#60;p&#62;I'm using optimizepress&#60;br /&#62;
Here is a copy of the functions.php&#60;br /&#62;
&#60;a href=&#34;http://www.pastie.org/2627895&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/2627895&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jean-Jacques
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-36843</link>
			<pubDate>Sun, 02 Oct 2011 13:02:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">36843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@jean you're using two different forms, which should work just fine.  Can you post your functions.php at pastie.org or pastebin.com so we can take a look?  Post the whole file if possible.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeanjacques on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-36839</link>
			<pubDate>Sun, 02 Oct 2011 11:20:44 +0000</pubDate>
			<dc:creator>jeanjacques</dc:creator>
			<guid isPermaLink="false">36839@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have the same issue as described by Ayyaz.&#60;br /&#62;
I've read &#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; and inserted the code in the file named functions.php&#60;/p&#62;
&#60;p&#62;refreshed my page and nothing changed, here is the url &#60;a href=&#34;http://www.alternative-assurance.com&#34; rel=&#34;nofollow&#34;&#62;http://www.alternative-assurance.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-34555</link>
			<pubDate>Tue, 06 Sep 2011 10:25:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34555@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you're having a different problem actually.  You have form 7 in the footer and form 8 at the top?  So, you do not have the same problem (which was the same form being inserted multiple times.)&#60;/p&#62;
&#60;p&#62;There is a little overlap between indexes for your two forms.  The tabindex should be reset for one of your forms.  It will be a little easier to set the tabindex using the shortcode in version 1.6 (which is in beta now) but currently, you will have to use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_tabindex&#34; rel=&#34;nofollow&#34;&#62;gform_tabindex&#60;/a&#62; filter to change the tabindex for one of your forms.  The code will be added to your theme's functions.php.&#60;/p&#62;
&#60;p&#62;If either of these forms is in a widget, you can set the tabindex in the widget settings instead (I did not see anything about widgets in the source so I don't think this applies to you.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ayyaz on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-34541</link>
			<pubDate>Tue, 06 Sep 2011 07:30:13 +0000</pubDate>
			<dc:creator>Ayyaz</dc:creator>
			<guid isPermaLink="false">34541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We seem to be having the same problem, &#60;a href=&#34;http://www.ppirefundsuk.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.ppirefundsuk.co.uk&#60;/a&#62; we have two forms on one page, one at the top and one in the footer.&#60;/p&#62;
&#60;p&#62;Any solutions to this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-31590</link>
			<pubDate>Wed, 03 Aug 2011 14:05:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think having the same multiple times on one page is a good idea:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/multiple-forms-on-one-page#post-12845&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/multiple-forms-on-one-page#post-12845&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do the submissions work properly?  Because you basically want them all submitted to the same form anyway, with just different &#34;meet us&#34; events recorded in the submission?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lee Peterson on "Same Form Multiple Time on One Page, Tab Index Not Working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/same-form-multiple-time-on-one-page-tab-index-not-working#post-31578</link>
			<pubDate>Wed, 03 Aug 2011 13:24:46 +0000</pubDate>
			<dc:creator>Lee Peterson</dc:creator>
			<guid isPermaLink="false">31578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've looked through the forum and there are solutions for tab index working properly when there are multiple DIFFERENT forms on the same page.  But there aren't any solution I can find for having ONE form multiple times on the same page and getting the tab index to work properly.  Any solutions. &#60;/p&#62;
&#60;p&#62;Here's a link to the page (&#60;a href=&#34;http://www.faronics.com/news/events/&#34; rel=&#34;nofollow&#34;&#62;http://www.faronics.com/news/events/&#60;/a&#62;) When you click on any of the 'meet us' hyperlinks you have to tab 3 times to reach the next field since there are technically 3 of the same form on that page. Any help would be much appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
