<?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: Total Field not updating on one site, does on the other</title>
		<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other</link>
		<description>Gravity Support Forums Topic: Total Field not updating on one site, does on the other</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25: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/total-field-not-updating-on-one-site-does-on-the-other" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Total Field not updating on one site, does on the other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other#post-98102</link>
			<pubDate>Sun, 02 Dec 2012 22:44:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">98102@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you found the problem.&#60;/p&#62;
&#60;p&#62;To use two versions of jQuery at the same time, see this:&#60;br /&#62;
&#60;a href=&#34;http://stackoverflow.com/q/1566595&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/q/1566595&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've never seen a need for it, but it's possible you have functionality on the page which requires the latest version.  Have you tried using just 1.7.2?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PerryG on "Total Field not updating on one site, does on the other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other#post-98062</link>
			<pubDate>Sun, 02 Dec 2012 19:14:41 +0000</pubDate>
			<dc:creator>PerryG</dc:creator>
			<guid isPermaLink="false">98062@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is the theme.  I switched to the twenty ten theme and it functions fine.  Is there a way to have the theme use one version and gravity forms use another?&#60;/p&#62;
&#60;p&#62;Thanks again for your help.  And thanks for the tip on trouble shooting.  Never thought to blame the theme for breaking how the form functions.  I should have thought of it when I disabled all the plugins but the gravity forms and it still didn't work.  The only difference was the theme at that point, between the site that worked and the one that did not.&#60;/p&#62;
&#60;p&#62;Thanks again.&#60;/p&#62;
&#60;p&#62;--Perry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Total Field not updating on one site, does on the other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other#post-98011</link>
			<pubDate>Sun, 02 Dec 2012 15:04:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">98011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is provided by a theme or plugin, not by WordPress core and not by Gravity Forms.  You will need to check your theme and plugins for where that code is added.  Any plugin which uses jQuery might include its own version, or the theme itself could do it.&#60;/p&#62;
&#60;p&#62;You could use the plugin and theme troubleshooting procedures to find out where the jQuery is coming from.  &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62; . Just deactivate the theme or a plugin, refresh the page, then check the source for the additional jQuery version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PerryG on "Total Field not updating on one site, does on the other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other#post-97940</link>
			<pubDate>Sun, 02 Dec 2012 10:44:38 +0000</pubDate>
			<dc:creator>PerryG</dc:creator>
			<guid isPermaLink="false">97940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris, but where do I edit it.  Which file is it located in.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
--Perry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Total Field not updating on one site, does on the other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other#post-97844</link>
			<pubDate>Sat, 01 Dec 2012 23:56:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97844@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The site which works i using jQuery version 1.7.2 which is supplied by WordPress.  That's the jQuery that Gravity Forms relies on.&#60;/p&#62;
&#60;p&#62;The site which does not work is using jQuery version 1.8.3 from googleapis.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=3.4.2&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I believe that's the source of the problem.  If you can, switch the jQuery version being used on the broken site to the included version 1.7.2 enqueued by WordPress and I think you will see that the total field works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PerryG on "Total Field not updating on one site, does on the other"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-field-not-updating-on-one-site-does-on-the-other#post-97748</link>
			<pubDate>Sat, 01 Dec 2012 11:30:33 +0000</pubDate>
			<dc:creator>PerryG</dc:creator>
			<guid isPermaLink="false">97748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form that is working great on this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sitesinoneday.com/submit-payment/&#34; rel=&#34;nofollow&#34;&#62;http://sitesinoneday.com/submit-payment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However the totals field is not updating correctly on this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pacgr.com/make-a-contribution/&#34; rel=&#34;nofollow&#34;&#62;http://pacgr.com/make-a-contribution/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I even tried exporting the form from sitesinoneday.com and imported it into pacgr.com and the total field does not update on pacgr.com.  The Gravity Forms settings are identical on both pages.  And I tried disabling all but the Gravity Forms and Gravity Form PayPal plugins and it didn't work.  Both sites are on the same server account at HostGator.&#60;/p&#62;
&#60;p&#62;What am I missing?  Frustrated this moring.&#60;/p&#62;
&#60;p&#62;Thanks in advance for the help!&#60;/p&#62;
&#60;p&#62;--Perry
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
