<?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 Symbol Placement</title>
		<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement</link>
		<description>Gravity Support Forums Topic: Currency Symbol Placement</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 07:16:31 +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-symbol-placement" rel="self" type="application/rss+xml" />

		<item>
			<title>fr34k2oo4 on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-321332</link>
			<pubDate>Thu, 13 Jun 2013 17:47:55 +0000</pubDate>
			<dc:creator>fr34k2oo4</dc:creator>
			<guid isPermaLink="false">321332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-320198</link>
			<pubDate>Thu, 13 Jun 2013 05:22:09 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">320198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would place the following in your theme's functions.php file between the opening &#60;code&#62;&#38;lt;?php&#60;/code&#62; and closing &#60;code&#62;?&#38;gt;&#60;/code&#62; tags&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_currencies&#38;#39;, &#38;#39;update_currency&#38;#39;);
function update_currency($currencies) {
    $currencies[&#38;#39;EUR&#38;#39;] = array(
        &#38;#39;name&#38;#39; =&#38;gt; __(&#38;#39;Euro&#38;#39;, &#38;#39;gravityforms&#38;#39;),
        &#38;#39;symbol_left&#38;#39; =&#38;gt; &#38;#39;€&#38;#39;,
        &#38;#39;symbol_right&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
        &#38;#39;symbol_padding&#38;#39; =&#38;gt; &#38;#39; &#38;#39;,
        &#38;#39;thousand_separator&#38;#39; =&#38;gt; &#38;#39;,&#38;#39;,
        &#38;#39;decimal_separator&#38;#39; =&#38;gt; &#38;#39;.&#38;#39;,
        &#38;#39;decimals&#38;#39; =&#38;gt; 2);
    return $currencies;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you compare it with the example in the documentation you will notice the euro symbol has moved from the symbol_right to the symbol_left
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr34k2oo4 on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-320085</link>
			<pubDate>Thu, 13 Jun 2013 03:55:29 +0000</pubDate>
			<dc:creator>fr34k2oo4</dc:creator>
			<guid isPermaLink="false">320085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where do I use the hook?&#60;br /&#62;
and how? I'm pretty new to this stuff....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-318878</link>
			<pubDate>Wed, 12 Jun 2013 13:14:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">318878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use this hook to move it:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_currencies&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_currencies&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr34k2oo4 on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-318834</link>
			<pubDate>Wed, 12 Jun 2013 12:55:15 +0000</pubDate>
			<dc:creator>fr34k2oo4</dc:creator>
			<guid isPermaLink="false">318834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Thanks in advance...&#60;/p&#62;
&#60;p&#62;this is where you can view the form:&#60;br /&#62;
&#60;a href=&#34;http://theliquidmachine.com/v2/store/products/t-shirt-tlm-logo/&#34; rel=&#34;nofollow&#34;&#62;http://theliquidmachine.com/v2/store/products/t-shirt-tlm-logo/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-318433</link>
			<pubDate>Wed, 12 Jun 2013 06:42:54 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">318433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you provide a link to a page containing the form in question so we can take a look.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr34k2oo4 on "Currency Symbol Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/currency-symbol-placement#post-318426</link>
			<pubDate>Wed, 12 Jun 2013 06:34:31 +0000</pubDate>
			<dc:creator>fr34k2oo4</dc:creator>
			<guid isPermaLink="false">318426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm using Gravity Form pricing fields.&#60;br /&#62;
But the currency symbol keeps appearing after the price.&#60;br /&#62;
How do I change this...&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
