<?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: Bug: gformInitSpinner declared multiple times in same scope</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bug-gforminitspinner-declared-multiple-times-in-same-scope</link>
		<description>Gravity Support Forums Topic: Bug: gformInitSpinner declared multiple times in same scope</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Apr 2026 01:52:37 +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/bug-gforminitspinner-declared-multiple-times-in-same-scope" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Bug: gformInitSpinner declared multiple times in same scope"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-gforminitspinner-declared-multiple-times-in-same-scope#post-37482</link>
			<pubDate>Mon, 10 Oct 2011 16:21:44 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">37482@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks @bekent. It makes sense. We will be looking at getting this corrected for 1.6.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Bug: gformInitSpinner declared multiple times in same scope"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-gforminitspinner-declared-multiple-times-in-same-scope#post-37330</link>
			<pubDate>Fri, 07 Oct 2011 17:37:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">37330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! I'll have one of our developers take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bekent on "Bug: gformInitSpinner declared multiple times in same scope"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-gforminitspinner-declared-multiple-times-in-same-scope#post-37298</link>
			<pubDate>Fri, 07 Oct 2011 09:42:20 +0000</pubDate>
			<dc:creator>bekent</dc:creator>
			<guid isPermaLink="false">37298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Full code here: &#60;a href=&#34;http://www.pastie.org/2655414&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/2655414&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bekent on "Bug: gformInitSpinner declared multiple times in same scope"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-gforminitspinner-declared-multiple-times-in-same-scope#post-37297</link>
			<pubDate>Fri, 07 Oct 2011 09:38:36 +0000</pubDate>
			<dc:creator>bekent</dc:creator>
			<guid isPermaLink="false">37297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When using multiple ajax enabled forms the function gformInitSpinner is declared multiple times in the same scope. &#60;/p&#62;
&#60;p&#62;It's easy to fix.&#60;/p&#62;
&#60;p&#62;Instead of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function gformInitSpinner(){
    //etc
}
jQuery(document).ready(function($){
    gformInitSpinner();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;do:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;(function($) {
    function gformInitSpinner(){
        //etc
    }
    jQuery(document).ready(function($){
        gformInitSpinner();
    }
})(jQuery)&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
