Limit the number of characters to be entered in a number only field
-
Hi
I want to have a field in my contact form to input a social security number.
I want the filed to only accept numbers and also limit the number of characters to exactly 10. (similar to max-length, min-length in text field)
I either want to add max-length or min-length options to number field or add a new text field to only accept numbers so that I can use the max-length and min-length options.
Can you please let me know whether there is a way to achieve this. I have knowledge in php, html. So I am okay to edit the code.
Really appreciate any help. Thanks in advance.
- The topic ‘Limit the number of characters to be entered in a number only field’ is closed to new replies.