Form Validation
-
I’m trying to make a field that:
• Requires the user to enter a number
• Requires the number to be a certain number of digits, example: 5 digits
• Will accept numbers with leading zeros, example: 01234 = 5 digitsLets use an employee ID# as an example. Some employee ID’s could be: 01045, 12345, 98076, all of which being valid.
How can I go about this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Form Validation’ is closed to new replies.