Require Specific number of characters in number field and text field
Jon Darbyshire
Hiya Michelle Le, thanks for this post! I have a few more questions for you:
- Are there any specific fields in your application where this character limit should be applied?
- Should the character limit be enforced strictly, or should there be a warning message if the limit is not met?
- Do you need different character limits for different fields, or is a uniform limit sufficient across all fields?
M
Michelle Le
Jon Darbyshire
Are there any specific fields in your application where this character limit should be applied?--in most cases, we are thinking are UID. A student ID number is 9 digits.
Should the character limit be enforced strictly, or should there be a warning message if the limit is not met?--strictly enforced because all UIDs are 9 digits.
Do you need different character limits for different fields, or is a uniform limit sufficient across all fields?--Different. It's just one field, the UID field, that I need to be 9 characters.