Currency Field
Hello,
Looking for suggestions here as I'm not sure what the right solution is. I have been tasked with making a currency field handle any currency. Currently, I have field properties format category set up to display as:
$ 1,234.56
This is usually fine as I have only needed to worry about USD. However, this needs to be able to handle any currency, but I have no idea what would work. A few ideas I had:
- Make the field only accept currency symbols, numbers, commas and periods (not sure how to do this)
- Add a dropdown before the field that lists all currencies, and have the field format the amount based on the currency selected
- Leave it as a field that can accept whatever someone enters and hope they don't make a mistake (at least I know how to make this one work!)
That's all that comes to mind at the moment, but I'm looking for any suggestions or examples (easier for me to follow because I'm still learning) that may exist (I haven't been able to find anything in my searches yet). There may be a more logical solution than what comes to mind, and I welcome any help. Thanks in advance.
