<?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 fix causing Ajax error</title>
		<link>https://legacy.forums.gravityhelp.com/topic/tabindex-fix-causing-ajax-error</link>
		<description>Gravity Support Forums Topic: tabindex fix causing Ajax error</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:19:15 +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-fix-causing-ajax-error" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "tabindex fix causing Ajax error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-fix-causing-ajax-error#post-39665</link>
			<pubDate>Wed, 02 Nov 2011 10:45:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39665@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post your custom_functions.php code to pastie.org or pastebin.com please?  The gform_tabindex code runs when the form is displayed on the front end, so I don't think it is related at all to your error when you go to save a form in the admin.&#60;/p&#62;
&#60;p&#62;Can you try a different browser and see if the issue goes away?  Or, test for a theme or plugin conflict.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That tabindex code should have no effect on your ability to save a form.  Maybe there was another change around the same time, even a change made by the host that you might not have been warned about (mod_security or some other configuration was changed or upgraded.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kienleong on "tabindex fix causing Ajax error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-fix-causing-ajax-error#post-39644</link>
			<pubDate>Wed, 02 Nov 2011 07:55:05 +0000</pubDate>
			<dc:creator>kienleong</dc:creator>
			<guid isPermaLink="false">39644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob&#60;/p&#62;
&#60;p&#62;Unfortunately no.  This doesn't make any difference.&#60;/p&#62;
&#60;p&#62;Any other suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "tabindex fix causing Ajax error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-fix-causing-ajax-error#post-39509</link>
			<pubDate>Tue, 01 Nov 2011 07:51:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">39509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kein, on your filter, try altering it for a specific form(s), for example, this would be for form ID #1:&#60;/p&#62;
&#60;p&#62;add_filter('gform_tabindex_1', create_function('', 'return 4'));&#60;/p&#62;
&#60;p&#62;See if that works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kienleong on "tabindex fix causing Ajax error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tabindex-fix-causing-ajax-error#post-39487</link>
			<pubDate>Tue, 01 Nov 2011 00:13:06 +0000</pubDate>
			<dc:creator>kienleong</dc:creator>
			<guid isPermaLink="false">39487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I was looking for a fix to a tabindex problem for forms with a comment box on the page.  &#60;/p&#62;
&#60;p&#62;I found this support forum post &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/field-tab-order#post-9548&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/field-tab-order#post-9548&#60;/a&#62; and applied this line of code to my custom_functions.php file &#60;/p&#62;
&#60;p&#62;add_filter('gform_tabindex', create_function('', 'return 4'));&#60;/p&#62;
&#60;p&#62;This worked on setting the tabindex.  But now I get an Ajax error whenever I save or select a form.  eg. &#60;/p&#62;
&#60;p&#62;Save form: &#34;Ajax error when saving form&#34;&#60;br /&#62;
Import/Export&#38;gt;Select Form: &#34;Ajax error when selecting form&#34;&#60;/p&#62;
&#60;p&#62;If I comment out the gform_tabindex code these errors don't appear.&#60;/p&#62;
&#60;p&#62;Have tried this with Firefox, IE, Chrome and with all other plugins disabled.&#60;/p&#62;
&#60;p&#62;Here are my details:&#60;br /&#62;
&#60;a href=&#34;http://production-scheduling.com&#34; rel=&#34;nofollow&#34;&#62;http://production-scheduling.com&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://production-scheduling.com/demand-planning-allocation-of-inventory-to-customer-orders/&#34; rel=&#34;nofollow&#34;&#62;http://production-scheduling.com/demand-planning-allocation-of-inventory-to-customer-orders/&#60;/a&#62;&#60;br /&#62;
Wordpress 3.2, Gravity Forms 1.5.3, Thesis 1.82&#60;/p&#62;
&#60;p&#62;Many thanks in advance for the help&#60;/p&#62;
&#60;p&#62;Kien Leong
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
