BUG: Minlength Validation being ignored
-
Contact Form 7: Version 4.7
Wordpress: Version 4.7.3Per your documentation
https://contactform7.com/max-min-length-options-and-character-count/Issue:
If the minlength is not met it should cause the field to error. It is not doing this and allows the form to be submitted and does not show an error message below the field.Ex.
[text* zipcode minlength:5]
The user can put in just one number, and it passes the validation and show no error message.
Expected Outcome:
When the user does not meet the required minlength the field should not pass validation and show the error message below the field.
- The topic ‘BUG: Minlength Validation being ignored’ is closed to new replies.