How to format a number field with the last 2 numbers as the decimals, not zeroes
I've created several fillable PDFs for online use and I have set the number fields with 2 decimals but it automatically puts zeroes after the decimal. Is there a way to have it put the decimal before the last 2 numbers the user typed?
So instead of:
- user types: 123456
- returns 123456.00
We want this:
- user types: 123456
- returns 1234.56
Is this possible? Thank you.
