Hello,
during user registration with ChronoForms I would like to check if user has entered in password field 8 characters and that at least one is number. I found that I can validate the length of a text input with
Regards
during user registration with ChronoForms I would like to check if user has entered in password field 8 characters and that at least one is number. I found that I can validate the length of a text input with
validate['length[min,max]']
but I don't know how to check if password has at least one number. Regarding lenght validation I would like to know if I can leave max value empty?
Regards