Hi, 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">
Any help will be appreciated.