Hello All
I want to add a field that accept only 21 digits of number I tried to use a!integerField but is not allowed to enter too long numbers
Discussion posts and replies are publicly visible
Hi alaaa6815
You can use textField and validate the field if the user's input is not valid as integer field does not accept more than 10 digits.