How do I get the numbers to show up with commas and/or add currency $?
-
danringerAsked on May 25, 2018 at 03:19 PM
I am using your forms to collect sales information. How do I get the numbers to show up with commas and/or add currency $
ie: $156,688 vs 156688
This is a re-post of a comment on How to Inject Custom CSS Codes
-
Victoria_KAnswered on May 25, 2018 at 04:19 PMProduct Quality Manager
Hello,
You could convert the total into the format you need by using commaSeparate() function. A "$" sign could also be added:
Please let us know if you need more help.
Thank you.