<?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: Form Editor Javascript Error - 1.7.1</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171</link>
		<description>Gravity Support Forums Topic: Form Editor Javascript Error - 1.7.1</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 14:53:44 +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/form-editor-javascript-error-171" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form Editor Javascript Error - 1.7.1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171#post-224216</link>
			<pubDate>Thu, 25 Apr 2013 16:23:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">224216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it working, thanks for letting us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shayne on "Form Editor Javascript Error - 1.7.1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171#post-224214</link>
			<pubDate>Thu, 25 Apr 2013 16:22:52 +0000</pubDate>
			<dc:creator>Shayne</dc:creator>
			<guid isPermaLink="false">224214@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You were correct, I was debugging the system over the last hour and figured out that it's &#34;calandarize-it&#34; which is causing the issues.  On line 986 of your form_admin.js file it does a for loop through a classes array that created by a split a couple of lines above.  Somewhere between that line and the next split the classes array gets a function attached to it (likely global) so in the next split the function can't obviously be split.&#60;/p&#62;
&#60;p&#62;so i fixed it by putting in a simple...&#60;/p&#62;
&#60;p&#62;if(!isNaN(parseFloat(i))){&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;...check right before the &#34;var pieces = classes[i].split('-');&#34; line.  seems to have worked, but puts me out of sync with the rest of the world.  At least it works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form Editor Javascript Error - 1.7.1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171#post-224178</link>
			<pubDate>Thu, 25 Apr 2013 15:10:20 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">224178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;JavaScript errors usually indicate some kind of plugin or theme conflict can you follow the advice here &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62; also what version of wordpress are you running?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shayne on "Form Editor Javascript Error - 1.7.1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171#post-224122</link>
			<pubDate>Thu, 25 Apr 2013 13:42:50 +0000</pubDate>
			<dc:creator>Shayne</dc:creator>
			<guid isPermaLink="false">224122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, the tools show up but you cant use them (none of the links work) and you can't reorder them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shayne on "Form Editor Javascript Error - 1.7.1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171#post-224119</link>
			<pubDate>Thu, 25 Apr 2013 13:41:40 +0000</pubDate>
			<dc:creator>Shayne</dc:creator>
			<guid isPermaLink="false">224119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;An interesting situation.  if you click to add any of the tools to the left, the items in the form regain all their tools.  They just dont get them until you do that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shayne on "Form Editor Javascript Error - 1.7.1"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-editor-javascript-error-171#post-224118</link>
			<pubDate>Thu, 25 Apr 2013 13:39:45 +0000</pubDate>
			<dc:creator>Shayne</dc:creator>
			<guid isPermaLink="false">224118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Trying to edit/add to existing form but none of the form tools appear and the javascript triggers a nice warning...&#60;/p&#62;
&#60;p&#62;TypeError: Object function (test_var) {&#60;br /&#62;
 	var r = this.indexOf(test_var, 0);&#60;br /&#62;
    return (r!=undefined &#38;amp;&#38;amp; (r != -1)) ;&#60;br /&#62;
} has no method 'split' [http://www.edmontondiscgolf.org/wp-content/plugins/gravityforms/js/form_admin.js?ver=1.7.1:988]&#60;/p&#62;
&#60;p&#62;...because of this error none of the tools exist.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://my.bundus.ca/image/3J1R093H1W1c&#34; rel=&#34;nofollow&#34;&#62;http://my.bundus.ca/image/3J1R093H1W1c&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
