krileon wrote: The query validation is per field. So if you want to validate your phone field you need to edit your phone field in CB > Field Management then add query validation specifically for it. Example as follows.
Please Log in or Create an account to join the conversation.
azjr wrote: Reg: the phone validation:
CORRECTION:
hmm... I was under impression that my regex is correct (tested here: regex101.com/#pcre )...
... so maybe the issue is in the regex not being written correctly (?)
Please Log in or Create an account to join the conversation.
CB Query Field can't help with that as nothing has been stored yet. You'd need a custom jQuery validate rule to be testing for that or just some custom jQuery in general.after user provides the email (the required one), there are 3 more email fields (optional): email2,email3,email4 - so if user attempts to enter the same email address into any of those fields, user should get the error validation.
Please Log in or Create an account to join the conversation.