<?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: Uncaught TypeError: Object [object Object]</title>
		<link>https://legacy.forums.gravityhelp.com/topic/uncaught-typeerror</link>
		<description>Gravity Support Forums Topic: Uncaught TypeError: Object [object Object]</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:56:00 +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/uncaught-typeerror" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Uncaught TypeError: Object [object Object]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uncaught-typeerror#post-343302</link>
			<pubDate>Tue, 25 Jun 2013 03:19:23 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">343302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome, I am glad you were able to resolve your issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WolfIngelheim on "Uncaught TypeError: Object [object Object]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uncaught-typeerror#post-343288</link>
			<pubDate>Tue, 25 Jun 2013 03:11:38 +0000</pubDate>
			<dc:creator>WolfIngelheim</dc:creator>
			<guid isPermaLink="false">343288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;thanks for the hint. I solved it by removing all jQuery files and leave the latest version and one script of the theme script.js did not get the $ selector. Replaced the selector with jQuery() and it works.&#60;/p&#62;
&#60;p&#62;Cheers,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Uncaught TypeError: Object [object Object]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uncaught-typeerror#post-342202</link>
			<pubDate>Mon, 24 Jun 2013 11:06:14 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">342202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't looked at your form because it is password protected but I suspect the reason for this problem is that jQuery is being included multiple times, the first occurrence is correct it is using the WordPress bundled version&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.wolf-manufaktur.de/wp-includes/js/jquery/jquery.js?ver=1.8.3&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the second is an old copy from your theme which should be removed&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.wolf-manufaktur.de/wp-content/themes/manufaktur/js/jquery-1.5.1.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the jQuery cycle plugin is also being loaded twice, once in the header by the nextgen gallery plugin&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.wolf-manufaktur.de/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and again down in the footer by your theme&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.wolf-manufaktur.de/wp-content/themes/manufaktur/js/jquery.cycle.all.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WolfIngelheim on "Uncaught TypeError: Object [object Object]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uncaught-typeerror#post-342189</link>
			<pubDate>Mon, 24 Jun 2013 10:53:13 +0000</pubDate>
			<dc:creator>WolfIngelheim</dc:creator>
			<guid isPermaLink="false">342189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have created a form with a product. The price is based on the calculation on different fields (standard) fields. The calculation and result works fine in the preview mode of the form. But as soon I insert the form into a wordpress page, the price and total price is not being updated.&#60;/p&#62;
&#60;p&#62;However the PayPal check-out shows the correct price values. Below you see the Error Message I receive from Chrome. Tested with latest version of FF, Chrome and IE.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Uncaught TypeError: Object [object Object] has no method &#38;#39;prop&#38;#39; gravityforms.js:832
replaceFieldTags gravityforms.js:832
runCalc gravityforms.js:715
init gravityforms.js:700
GFCalc gravityforms.js:879
(anonymous function) &#60;a href=&#34;http://www.wolf-manufaktur.de/:120&#34; rel=&#34;nofollow&#34;&#62;http://www.wolf-manufaktur.de/:120&#60;/a&#62;
d.event.handle jquery-1.5.1.min.js:16
k.handle.m jquery-1.5.1.min.js:16
d.event.trigger jquery-1.5.1.min.js:16
(anonymous function) jquery-1.5.1.min.js:16
d.extend.each jquery-1.5.1.min.js:16
d.fn.d.each jquery-1.5.1.min.js:16
d.fn.extend.trigger jquery-1.5.1.min.js:16
(anonymous function) &#60;a href=&#34;http://www.wolf-manufaktur.de/:120&#34; rel=&#34;nofollow&#34;&#62;http://www.wolf-manufaktur.de/:120&#60;/a&#62;
f.resolveWith jquery-1.5.1.min.js:16
d.extend.ready jquery-1.5.1.min.js:16
c.addEventListener.A jquery-1.5.1.min.js:16&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see the form on this page &#60;a href=&#34;http://www.wolf-manufaktur.de/letterpress-visitenkarte-mit-farbschnitt/&#34; rel=&#34;nofollow&#34;&#62;http://www.wolf-manufaktur.de/letterpress-visitenkarte-mit-farbschnitt/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
