I wanted to validate email addresses and I found a solution in this forum, however, I used the same solution on two forms. The first form works and the second form says invalid email even though I am using the correct format.
This is what I did. On the email field, double-click, then Control Settings - Single Line Textbox, click validation, then clicked yes for use regular expression, then in the regular expression box, I have the following. 7a-zA-Z0-9._%+-]+@+a-zA-Z0-9.-]+..a-zA-Z]{2,4}
I also attached screenshots. I don't understand why it works on one form and doesn't in another. Is there something I am missing? Thank you.