Minimum length field validation not working
-
Hi, congratulations for this fantastic plugin!
I’m needing to validate a text field that must have at least N characters.
While
[text my-field minlength:5 placeholder "Some text"]
works as expected, showing an error after submitting the form, the same expression doesn’t trigger any error on submittion if inside a field group:
[field_group my-repeating-fields]
[text my-field minlength:5 placeholder "Some text"]
[/field_group]What could be wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minimum length field validation not working’ is closed to new replies.