You are here:
Omniscripts Number Element
Enable users to enter a number by adding the Number element to your Omniscript. Limit what the user can enter by setting a mask.
In Mask, set the allowable format the user can enter.
The # symbol and the integers 1-9 represent a digit in the field. You can separate the integers by using commas and a single decimal. The decimal is only applied if a user enters it into the field. For example, the mask ###,###.## transforms an input of 123456.78 into 123,456.78.
Enter a + or - symbol to return a positive or negative integer. A + or - symbol in the Mask property is ignored.
See JavaScript Number Formatter.
For Validation Options and other additional properties, see Common Omniscript Element Properties.

