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.
No description
3 Replies
J3R1CH0
J3R1CH0OP2w ago
here's my code
No description
toeknee
toeknee2w ago
Going to guess you added a space after com?
Dennis Koch
Dennis Koch2w ago
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?

Did you find this page helpful?