he issue is related to the length validation for input fields: I have user that have to enter there National ID card number. The National ID card number should have a fixed length of 14 digits.
Here are the specific problems and requirements:
- National ID Card Number:
- It must have a fixed length of exactly 14 digits.
- No letters or special characters should be allowed, only digits.
I used short text to limit the caracter but its allowed letters which is not goo i want just number
So i tried
2. Phone Number Fields: But the lenght is limited to 9 digits
- It should have a flexible length between 9 and 14 digits.
- No letters or special characters should be allowed, only digits.
Can you fine a solution for me what i would like is simple allowed people to enter the national card number which is 13 or 14 digits by allowing just number no letter
Please help its urgent