How can the cfinput tag be set to validate the minimum input length? (E.g. To a minimum of 8 characters long)
Currently have:
<cfinput type="password" name="password " label="Password" required="yes"
message="Please Enter Your Password">
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can also use Regular Expression which will validate for a pattern with length between 8 and 16, allowing upper and lower case letters, numbers, periods, and underscores.