Dear everyone, in the above-mentioned form, you can see that, I have one form with few input field, I am trying to use predefined E-mail validations for it, but it is not considering blank details fields in that, so what I want is if the user enter any value then only validate the field other then consider black value for email validations, so i need to regex for this, so can anyone help me with issue , thanks in advance
asked
Pushpendra Nayak
2 answers
2
If you perform the validations with a microflow then you can add the logic in there.
First check if the field is empty, if not then use isMatch with a regex on the field.
answered
Erwin 't Hoen
9
Hi Pushpendra Nayak,
If you are using only regular expression on the domain model validation, it can achieved.