<?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: Currency Format for Number Field Calculation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation</link>
		<description>Gravity Support Forums Topic: Currency Format for Number Field Calculation</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:03:23 +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/currency-format-for-number-field-calculation" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-201365</link>
			<pubDate>Mon, 08 Apr 2013 14:20:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201365@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_post_render hook to run your JavaScript after a validation error:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EngineMarketing on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-196146</link>
			<pubDate>Thu, 04 Apr 2013 01:11:43 +0000</pubDate>
			<dc:creator>EngineMarketing</dc:creator>
			<guid isPermaLink="false">196146@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David and Chris,&#60;/p&#62;
&#60;p&#62;Another problem now arised. After submission of the form if there are any validation errors with any of the fields other than the currency fields, when the form is shown with the error messages, the dollar sign comes back again. Should I use any other hook?&#60;/p&#62;
&#60;p&#62;I would appreciate your help in this regard.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Mahfuz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-184174</link>
			<pubDate>Mon, 25 Mar 2013 13:42:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll send this information to David Smith and see if the code needs to be updated or if there is a newer version we can reference or if something else is wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EngineMarketing on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-183314</link>
			<pubDate>Sun, 24 Mar 2013 19:26:11 +0000</pubDate>
			<dc:creator>EngineMarketing</dc:creator>
			<guid isPermaLink="false">183314@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I have figured it out. The second instance of the code should be replaces by the following code:&#60;/p&#62;
&#60;p&#62;$(this).val(gformFormatMoney($(this).val()).replace(\'$\', \'\'));&#60;/p&#62;
&#60;p&#62;Your code was not escaped properly and missing one closing first bracket. Just posted this so that it could help others.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EngineMarketing on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-183195</link>
			<pubDate>Sun, 24 Mar 2013 17:28:39 +0000</pubDate>
			<dc:creator>EngineMarketing</dc:creator>
			<guid isPermaLink="false">183195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I was trying to remove the $ sign using your code but it didn't work. It gives an error message &#34;Unexpected $ sign&#34;.  And there are 2 instances of this line $(this).val(gformFormatMoney($(this).val()));&#60;/p&#62;
&#60;p&#62;which one should be replaced. Though I have tried every combination. &#60;/p&#62;
&#60;p&#62;Your help will be much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-62349</link>
			<pubDate>Tue, 12 Jun 2012 16:13:18 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">62349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kinetic (and other's interested in this),&#60;/p&#62;
&#60;p&#62;The functionality has been updated to work a little more globally:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravitywiz.com/2012/05/24/format-field-as-currency/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/05/24/format-field-as-currency/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-62017</link>
			<pubDate>Sun, 10 Jun 2012 08:40:50 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">62017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It appears that whenever I enable Page Breaks on a form, it nullifies the effect of applying this filter. Anyone else experiencing that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kinetic on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-61072</link>
			<pubDate>Fri, 01 Jun 2012 00:00:44 +0000</pubDate>
			<dc:creator>kinetic</dc:creator>
			<guid isPermaLink="false">61072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Same for me. The PHP/Function method did not work, but adding the jquery directly to my header.php file worked like a champ.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Glenn on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-60432</link>
			<pubDate>Fri, 25 May 2012 18:05:45 +0000</pubDate>
			<dc:creator>Glenn</dc:creator>
			<guid isPermaLink="false">60432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No errors. It just didn't work. Does it have to do with the add_filter? I couldn't find any gform functions called gform_format_money.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Currency Format for Number Field Calculation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-format-for-number-field-calculation#post-60427</link>
			<pubDate>Fri, 25 May 2012 16:48:11 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">60427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Glenn,&#60;/p&#62;
&#60;p&#62;Glad to hear it. Did you get an error with the PHP version or just didn't work?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
