Integer field formatting
If i put a Intger field in a request offering, the field gets formatted when i go to next prompt.
Ex. put 123456789 in the field, gets formatted to 123 456 789.
The mapped value is still 123456789, but it can be confusing for the customer who enter it..
Is there a way for not formatting the value?
Answers
When I enter an integer like that, I'm seeing it formatted as "123,456,789", rather than with with spaces as you showed above. Perhaps there is a Portal version difference or customization that is causing it to behave differently.
In any case, that is probably not relevant, and there are two options here if you want to preserve the formatting as "123456789":
Thanks,
Nick
Were running 8.6.2.
Yes, a string field with regex would do it, but i thought someone had an example for a custom javascript to put in customspace to solve such things.
Thanks!