I am working on a donation form available in 3 currencies: USD (default), EUR, and MXN.
I’m using Gravity Forms and a PayPal Gateway.
In order to provide different donation amount options, I created a few radio buttons:
​
https://preview.redd.it/opavl3xrxfda1.png?width=1400&format=png&auto=webp&v=enabled&s=0c5850b83dd04318bd9d39bfebe61491b6251844
I also have a currency converter which works perfectly fine:
​
https://preview.redd.it/3li1loftxfda1.png?width=1484&format=png&auto=webp&v=enabled&s=6e58eb8784af44720812454fdc6cba33302e5840
**There is only one problem:**
Whenever I change the currency from USD to another currency I want the “total” field to show the same “total” amount I had before, but in the newly selected currency.
​
https://preview.redd.it/bq837cavxfda1.png?width=1652&format=png&auto=webp&v=enabled&s=efba161169caaedc1763a0df211be889e38aeedd
**Example**
If I select $15 as an option, and then change the currency to EUR, I want the total to show 15 EUR. Instead, what I get is EUR13.81.
​
Any insight would be greatly appreciated.
​
Thanks in advance!