Hello Everyone,
I am trying to do a password length check by usign the JS Client Validation. My field is named password and I have checked it as required.
I add a JS Client Validation to my form and then I insert
As it appears there is no action taken.
The debugger show no errors.
Am I doing something wrong?
Thanks a lot in advance.
I am trying to do a password length check by usign the JS Client Validation. My field is named password and I have checked it as required.
I add a JS Client Validation to my form and then I insert
password:8
in the field minimum length.
As it appears there is no action taken.
The debugger show no errors.
Am I doing something wrong?
Thanks a lot in advance.