User Defined Price displays with Coma?

Hi guys!

When I set up a user defined price field its is populated using a coma instead of a decimal point? For example €80 is €80,00. This is creating a lot of confusion with its users… how do I adjust this so that the field uses a decimal point instead of a coma?

Thanks!

The Euro currency in Gravity Forms is configured with the comma as decimal separator. If you want to change that, you can use the gform_currencies filter to redefine the way the Euro currency displays numbers:

That example shows how to change the thousands separator to comma and decimal separator to period.

1 Like