The Number Field ensures that only numeric input is allowed, making it perfect for collecting values like ages, quantities, and prices without the risk of invalid characters.
How to Add a Number Field
In the Form Builder, locate the Number Field under your available field types on the left.
Drag and drop it into your form.
Number Field Options
Under the settings tab on the left, you can make a few custom configurations with the Number Field:
Minimum and Maximum Values
Set boundaries for the lowest and highest allowed values. Useful for validation (e.g., limiting quantity between 1 and 100).
Decimal Places
You can allow 0, 1, or 2 decimal places.
Default: 0 decimal places (whole numbers only).
The field will automatically round to the number of decimal places set.
Currency Symbol
Add a currency symbol next to the field (e.g., $, €, £) for financial inputs.
Calculations
Check out this separate article on how to setup a calculations with the number field.
Important Notes
No Non-Numeric Characters
Users cannot enter letters, symbols, or punctuation (except the decimal point if allowed).
No Commas
Commas are not supported (e.g., "1,000" will be rejected).
No Leading Zeros
If you need to accept values like "058", use a Short Text Field instead. Number Fields will strip leading zeros and may round unexpectedly.
Comments
0 comments
Article is closed for comments.