Hi, I have several calculated fields in a form where I need to display a currency and would like this $ 7,833.55 and not this $ 7,833.55 CAD.
I know I can do this for each field using a custom currency format but this is very tedious. Is there a way I can do this in a global setting or something?
Just thinking out loud here, even though it would mean touching all the currency fields it is sort of a global solution. Create a custom CSS selector, e.g., myCurrency and set its ::after pseudo-selector to be CAD and then add myCurrency to the Custom CSS Class field option for each of the inputs where you want to show the currency. https://developer.mozilla.org/en-US/docs/Web/CSS/::after
Please login or Register to submit your answer