Question
How to validate a 6 digit field
Hi,
Is there a way to enforce the number of digits on a field? The following will not allow the field to be greater than 7. Is there a way to prevent the field from being less than 7?
<cfinput type="Text" name="name" message="This is a numeric field." validate="integer" required="No" size="7" maxlength="7">
Thanks!
