So as you type it? Like if I typed in 1000, it would auto convert to 1,000? Probably not a number field.
That's doable with some jQuery magic, but doing so my hurt the database data. Numbers are not evaluated that way typically on the backend. So if you need to do something with this data, it could become a problem.
You can create a second field and make it a calculation and then ask that to be displayed with a thousands separator.
See: https://formidableforms.com/knowledgebase/field-calculations/#kb-currency-calculations
Please login or Register to submit your answer