Formatting Fields
Wednesday, June 9, 2021 at 09:30amIs it possible to format certain fields like you can in excel? Lets say we want the customer to enter a dollar amount... can we format the field to currency? or number? or are we only able to do text?
Reply to: Formatting Fields
Wednesday, June 9, 2021 at 09:39amHi kkiblinger,
If we are talking about formatting the user input during signing, it's so called Field Validator in OneSpan Sign (and you can ignore my reply in your another post). It actually doesn't work like excel formatting (convert 123 to $123.00), but you can definitely preset a regular expression (something like "^[-+]?[0-9]*\\.?[0-9]*$") and restrict the field value to number only.
Duo