<?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: Field type &#039;Calculation&#039; - TypeError: expr is undefined</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined</link>
		<description>Gravity Support Forums Topic: Field type &#039;Calculation&#039; - TypeError: expr is undefined</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 08:02:57 +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/field-type-calculation-typeerror-expr-is-undefined" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Field type &#039;Calculation&#039; - TypeError: expr is undefined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined#post-78666</link>
			<pubDate>Wed, 03 Oct 2012 10:08:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78666@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As Rob explained, you have an error in your formula.  You have mismatched parentheses.  I think you want to do something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
{Je wilt::8} * 0.35&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
( {Je wilt::8} / 100 ) * 35&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not certain what your calculation should be, so I am unsure of there the parentheses need to be.  One of those two formulas should work for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>innovitit on "Field type &#039;Calculation&#039; - TypeError: expr is undefined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined#post-78612</link>
			<pubDate>Wed, 03 Oct 2012 05:44:51 +0000</pubDate>
			<dc:creator>innovitit</dc:creator>
			<guid isPermaLink="false">78612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is not a paste error. It  is the code we use in the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Field type &#039;Calculation&#039; - TypeError: expr is undefined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined#post-78399</link>
			<pubDate>Mon, 01 Oct 2012 20:28:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you check your calculation for the proper syntax?  From what you posted here you are missing a parenthesis in the calculation for field 27.  Is that a paste error here or is your actual formula incorrect?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>innovitit on "Field type &#039;Calculation&#039; - TypeError: expr is undefined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined#post-78369</link>
			<pubDate>Mon, 01 Oct 2012 16:26:25 +0000</pubDate>
			<dc:creator>innovitit</dc:creator>
			<guid isPermaLink="false">78369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a link to the live form with the Calculation forms: &#60;a href=&#34;https://cdaformulieren.nl/cdja/congres/&#34; rel=&#34;nofollow&#34;&#62;https://cdaformulieren.nl/cdja/congres/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Field type &#039;Calculation&#039; - TypeError: expr is undefined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined#post-77915</link>
			<pubDate>Fri, 28 Sep 2012 11:45:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">77915@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your calculation looks to be missing a &#34;(&#34; or you have an extra &#34;)&#34; in it.&#60;/p&#62;
&#60;p&#62;Does the form show and work in the form builder preview window? Do you have a link to the live form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pronamic on "Field type &#039;Calculation&#039; - TypeError: expr is undefined"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-type-calculation-typeerror-expr-is-undefined#post-77890</link>
			<pubDate>Fri, 28 Sep 2012 09:05:28 +0000</pubDate>
			<dc:creator>pronamic</dc:creator>
			<guid isPermaLink="false">77890@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have an Gravity Forms form with two 'Calculation' product fields.&#60;/p&#62;
&#60;p&#62;Veld ID 27 - Product - Calculation&#60;br /&#62;
 ( {Je wilt::8} ) / 100 )  * 35&#60;/p&#62;
&#60;p&#62;Veld ID 28 - Product - Calculation&#60;br /&#62;
{payment_amount} - {payment_amount}&#60;/p&#62;
&#60;p&#62;This results however in an blank page, the form is hidden. We see the following error in Firebug:&#60;/p&#62;
&#60;p&#62;TypeError: expr is undefined&#60;br /&#62;
/wp-content/plugins/gravityforms/js/gravityforms.js?ver=1.6.7&#60;br /&#62;
Line 847&#60;/p&#62;
&#60;p&#62;Any idea how we can fix this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
