<?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 page - Tabbing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing</link>
		<description>Gravity Support Forums Topic: Multiple forms on page - Tabbing</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 16:10:23 +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-page-tabbing" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-73570</link>
			<pubDate>Sun, 02 Sep 2012 00:51:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to your form @rsantore and we will help you with the tabindex.  They just need to be unique for each form on the page, to prevent overlap.  You can easily control the tabindex for the Gravity Form, so we can help you with that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsantore on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-73494</link>
			<pubDate>Fri, 31 Aug 2012 16:41:09 +0000</pubDate>
			<dc:creator>rsantore</dc:creator>
			<guid isPermaLink="false">73494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello - I have a similar issue, except the second form is the WP Login form being called with  &#38;lt;?php wp_login_form( $args ); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;The strange part - The GF tabs correctly through 70% of the form then jumps to the WP Login form at the email field.  It is a user registration form with a LOGIN form in the sidebar. &#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69979</link>
			<pubDate>Tue, 07 Aug 2012 16:54:38 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">69979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just pulled your link up and the tabbing now works for me just fine on both forms independently. I tested in the latest version of Chrome running in OS 10.8
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69976</link>
			<pubDate>Tue, 07 Aug 2012 16:52:55 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">69976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yes I did.  So basically what I have done is changed the widgets in the advanced option and then the page that I have it embedded in looks like this&#60;/p&#62;
&#60;p&#62;&#38;lt;?php gravity_form(1, false, false, false, '', true, 1); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69963</link>
			<pubDate>Tue, 07 Aug 2012 15:45:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">69963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you removed the original filters from your functions file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69961</link>
			<pubDate>Tue, 07 Aug 2012 15:41:33 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">69961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That didn't work - that actually made it worse.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69936</link>
			<pubDate>Tue, 07 Aug 2012 14:32:17 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">69936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should set the tab index on your sidebar form so that it is starting at a number that is huge so it won't be interfered with due to other forms:&#60;/p&#62;
&#60;p&#62;&#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;&#60;/p&#62;
&#60;p&#62;If it is a widget, you can change the tab index in the widget settings, otherwise, you'll have to program it using the functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69933</link>
			<pubDate>Tue, 07 Aug 2012 14:23:38 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">69933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, here is the link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://airdoctortulsa.com/reduce-allergies/&#34; rel=&#34;nofollow&#34;&#62;http://airdoctortulsa.com/reduce-allergies/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R Chilton on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69932</link>
			<pubDate>Tue, 07 Aug 2012 14:22:46 +0000</pubDate>
			<dc:creator>R Chilton</dc:creator>
			<guid isPermaLink="false">69932@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay so that worked.  Only one more question - On the form that is on the far right side (sidebar)  There are 3 input areas.  When you click between name and phone number you have to tab twice before it moves to the phone input box but all the others you just tab once.  Any thoughts on what is making this happen?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Multiple forms on page - Tabbing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-page-tabbing#post-69890</link>
			<pubDate>Tue, 07 Aug 2012 11:15:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">69890@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the sidebar (widget) go to the advanced options and you can set the tabindex directly there. See this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/7b7ddca1-3ea7-4641-a2f7-800927a07653/1746f960dbafe4a00fe64b6a720204f7&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
