<?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: Aligning Euro Symbol to left adds value for some reason</title>
		<link>https://legacy.forums.gravityhelp.com/topic/aligning-euro-symbol-to-left-adds-value-for-some-reason</link>
		<description>Gravity Support Forums Topic: Aligning Euro Symbol to left adds value for some reason</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:25:48 +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/aligning-euro-symbol-to-left-adds-value-for-some-reason" rel="self" type="application/rss+xml" />

		<item>
			<title>earn365 on "Aligning Euro Symbol to left adds value for some reason"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-euro-symbol-to-left-adds-value-for-some-reason#post-45443</link>
			<pubDate>Wed, 04 Jan 2012 13:29:38 +0000</pubDate>
			<dc:creator>earn365</dc:creator>
			<guid isPermaLink="false">45443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having the same issue, is there an easy way to move the Euro symbol to the left of the of the value, e.g. € 100.00
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colmtroy on "Aligning Euro Symbol to left adds value for some reason"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-euro-symbol-to-left-adds-value-for-some-reason#post-38507</link>
			<pubDate>Fri, 21 Oct 2011 05:53:29 +0000</pubDate>
			<dc:creator>colmtroy</dc:creator>
			<guid isPermaLink="false">38507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I add this filter-&#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;
&#60;p&#62;To my functions.php file, and modify it so that the euro symbol is on the left hand side of the value ( ie €100.00 instead of 100,00€ ) then the position of the decimal gets messed up. Any product that I have set at €100.00 instead becomes €10,000.&#60;/p&#62;
&#60;p&#62;Any ideas why this would happen? The only thing I have modified from the example on the page mentioned above is that the euro symbol is on the left instead of the right, so my code looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

add_filter(&#38;quot;gform_currencies&#38;quot;, &#38;quot;update_currency&#38;quot;);
function update_currency($currencies) {
    $currencies[&#38;#39;EUR&#38;#39;] = array(
        &#38;quot;name&#38;quot; =&#38;gt; __(&#38;quot;Euro&#38;quot;, &#38;quot;gravityforms&#38;quot;),
        &#38;quot;symbol_left&#38;quot; =&#38;gt; &#38;quot;€&#38;quot;,
        &#38;quot;symbol_right&#38;quot; =&#38;gt; &#38;quot;&#38;quot;,
        &#38;quot;symbol_padding&#38;quot; =&#38;gt; &#38;quot; &#38;quot;,
        &#38;quot;thousand_separator&#38;quot; =&#38;gt; &#38;#39;,&#38;#39;,
        &#38;quot;decimal_separator&#38;quot; =&#38;gt; &#38;#39;.&#38;#39;,
        &#38;quot;decimals&#38;quot; =&#38;gt; 2);

    return $currencies;
}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
