<?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: Multiple forms on one page cause tabindex problem</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-cause-tabindex-problem</link>
		<description>Gravity Support Forums Topic: Multiple forms on one page cause tabindex problem</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:56: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/multiple-forms-on-one-page-cause-tabindex-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Multiple forms on one page cause tabindex problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-cause-tabindex-problem#post-10042</link>
			<pubDate>Sat, 18 Sep 2010 16:04:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's nothing to write, just modify the form ID if you want and drop it into your functions.php file. It's not something that's used commonly enough to warrant adding it the the admin UI. We try to keep the UI from getting too cumbersome. It's already pretty complex.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rhoyt on "Multiple forms on one page cause tabindex problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-cause-tabindex-problem#post-10041</link>
			<pubDate>Sat, 18 Sep 2010 15:46:15 +0000</pubDate>
			<dc:creator>rhoyt</dc:creator>
			<guid isPermaLink="false">10041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's a little easier, but that doesn't seem like something you should have to write PHP to accomplish.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Multiple forms on one page cause tabindex problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-cause-tabindex-problem#post-10040</link>
			<pubDate>Sat, 18 Sep 2010 15:40:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, It's much easier than that. You can use a filter to change the starting tabindex of any form. You can refer to this previous thread for details.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/field-tab-order#post-9548&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/field-tab-order#post-9548&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rhoyt on "Multiple forms on one page cause tabindex problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-cause-tabindex-problem#post-10037</link>
			<pubDate>Sat, 18 Sep 2010 15:12:32 +0000</pubDate>
			<dc:creator>rhoyt</dc:creator>
			<guid isPermaLink="false">10037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have two forms on a page, one in the post content and one in a sidebar widget. Gravity Forms is setting the tabindex of the fields sequentially (1, 2, 3) in each form. When a user hits tab from the first field of the first form, it takes them to the first field of the second form ... which is a usability nightmare for site visitors.&#60;/p&#62;
&#60;p&#62;I got around this by adding a PHP widget, using the shortcode, and hacking around the output ... but it should be easier than this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

$form = do_shortcode(&#38;quot;[gravityform id=4 name=PartyClub title=false description=false ajax=true]&#38;quot;);
$form = str_replace(&#38;quot;tabindex=&#38;#39;&#38;quot;, &#38;quot;tabindex=&#38;#39;100&#38;quot;,$form);
echo $form;

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
