I need a field that contains only numbers - i can set the options to integer or decimal - in both cases you can enter a number with leading 0 (only 13 should be allowed and not 013).
Forums
Data field with numbers with no leading 0 allowed
Hi Alexatr,
You could add a custom validation; or a JavaScript snippet to trim the value; or use PHP to trim it after the form is submitted.
Bob
You could add a custom validation; or a JavaScript snippet to trim the value; or use PHP to trim it after the form is submitted.
Bob
Set the input mask to integer

No that's the field validation. There's an input mask option.
This topic is locked and no more replies can be posted.