Anyone got any idea why Squiz 5.5.3.3 seems to ignore Simple Validation Rules (required field, for example) and skips straight to Complex Validation Rules.
In my case, I’ve got:
- a simple validation rule (required field)
- two complex validation rules (at least 10 characters in length and a regular expression to look out for email addresses for GDPR)
Both rules are attached to the same form field (a textbox comment field).
For some reason, when I submit the form, it skips over the required validation rule and the 10 characters rule and goes straight to the email one, presenting my custom error message.
Is this a bug?