Validation failed Even valid email
I’m encountering a strange issue with the email address field in my form. Even though I’m entering a valid email, the validation error still shows up on the first try. But if I click the Create button again, it goes through without any problem.

3 Replies
here's my code

Going to guess you added a space after com?
That's weird indeed. Even with a space after the email it should pass the
required
rule. Is there anything special about this? Normal CreatePage
inside a panel?