Hello, I have already understood how to insert a currency other than the default one. But I would need to get the currency sign after the number (amount), not before as it is set in the base. Is it possible?
Bubble gives me this result: CZK 200
I need: 200 CZK
You can set an option type to have all of the currencies you want with their short forms and then in your text field you concatenate 2 values to each other. The currency number and the option set in whatever order you want.