<?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: 2 Forms on a Page...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page</link>
		<description>Gravity Support Forums Topic: 2 Forms on a Page...</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:18:12 +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/2-forms-on-a-page" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-134558</link>
			<pubDate>Mon, 28 Jan 2013 23:36:48 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">134558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Angie (and anyone else having tabindex conflicts), here is a quick snippet that should resolve this issue for you permanently.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravitywiz.com/2013/01/28/fix-gravity-form-tabindex-conflicts/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2013/01/28/fix-gravity-form-tabindex-conflicts/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117947</link>
			<pubDate>Wed, 09 Jan 2013 21:42:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Somehow, you had the Gravity Forms shortcode in multiple nested code blocks.  This is what I removed:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;code&#38;gt;&#38;lt;/code&#38;gt; &#38;lt;code&#38;gt;[gravityform id=&#38;quot;3&#38;quot; name=&#38;quot;Contact BOING - on Contact Page&#38;quot; &#38;lt;code&#38;gt;title=&#38;lt;/code&#38;gt;&#38;lt;code&#38;gt;&#38;quot;true&#38;quot;&#38;lt;/code&#38;gt; &#38;lt;code&#38;gt;ajax=&#38;lt;/code&#38;gt;&#38;lt;code&#38;gt;&#38;quot;false&#38;quot;&#38;lt;/code&#38;gt; &#38;lt;code&#38;gt;tabindex=&#38;lt;/code&#38;gt;&#38;lt;code&#38;gt;&#38;quot;25&#38;quot;&#38;lt;/code&#38;gt;]&#38;lt;/code&#38;gt;&#38;lt;code&#38;gt;&#38;lt;/code&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is what I added back in (just what you had posted previously):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
[gravityform id=&#38;quot;3&#38;quot; name=&#38;quot;Contact BOING - on Contact Page&#38;quot; title=&#38;quot;true&#38;quot; ajax=&#38;quot;false&#38;quot; tabindex=&#38;quot;25&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you view the source of the page, the tabindex is set to 25 for the first field in the main form, and tabbing works as expected.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Computerkitten on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117852</link>
			<pubDate>Wed, 09 Jan 2013 19:18:38 +0000</pubDate>
			<dc:creator>Computerkitten</dc:creator>
			<guid isPermaLink="false">117852@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Chris I just set you up and you should have received an e-mail by now.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117825</link>
			<pubDate>Wed, 09 Jan 2013 17:27:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117825@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The 25 is just a suggestion so that it does not conflict with any other forms.  If you don't have any forms with more than 25 fields, the 25 will be fine. In your case, something like 8 would have been OK too, or you could go crazy and make it 92.  It just needs to start with a different number than the other form will, by default, and then not conflict with another tabindex (in other words, you could not start one form at 2 if you have more than two fields in the other form.  It would still conflict.)&#60;/p&#62;
&#60;p&#62;I took at a look at the page.  The tabindex is unchanged.  Can you send a WordPress administrator login for your site and I will take a look?  Please send to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; - thank you,.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Computerkitten on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117819</link>
			<pubDate>Wed, 09 Jan 2013 17:11:31 +0000</pubDate>
			<dc:creator>Computerkitten</dc:creator>
			<guid isPermaLink="false">117819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the replies.&#60;/p&#62;
&#60;p&#62;Okay I tried this and it didn't work... this is what is there now:&#60;/p&#62;
&#60;p&#62; [gravityform id=&#34;3&#34; name=&#34;Contact BOING - on Contact Page&#34; title=&#34;true&#34; ajax=&#34;false&#34; tabindex=&#34;25&#34;]&#60;/p&#62;
&#60;p&#62;Do I need to increase the tabindex number?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117812</link>
			<pubDate>Wed, 09 Jan 2013 16:49:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can set the tabindex for either form so that the indexes do not overlap.  I would set the index in the shortcode you used to embed form 3.  You can add &#60;strong&#62;tabindex=&#34;25&#34;&#60;/strong&#62; right inside your shortcode.  The shortcode might look something like this when you're done:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
[gravityform id=&#38;quot;3&#38;quot; name=&#38;quot;Contact Us&#38;quot; title=&#38;quot;true&#38;quot; ajax=&#38;quot;false&#38;quot; tabindex=&#38;quot;25&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's documented here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117811</link>
			<pubDate>Wed, 09 Jan 2013 16:46:38 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">117811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Angie,&#60;/p&#62;
&#60;p&#62;You would just need to set a higher tabindex on your GF shortcode:&#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>Computerkitten on "2 Forms on a Page..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-on-a-page#post-117810</link>
			<pubDate>Wed, 09 Jan 2013 16:44:14 +0000</pubDate>
			<dc:creator>Computerkitten</dc:creator>
			<guid isPermaLink="false">117810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have 2 forms on a page and of course the tabbing doesn't work correctly inbetween fields when using the top form.  This is for a Contact page.  When filling in the Name, clicking on the Tab key... it then jumps to the form at the bottom of the screen for its Name field.&#60;/p&#62;
&#60;p&#62;The URL is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/b7zshke&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/b7zshke&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How do I control this and make it stay on the top form?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Angie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
