Solution for “Validation failed for one or more entities. See ‘EntityValidationErrors’ property for more details.”

Solution
I must either add the Email as a field in my form or remove the Required attribute. Once I did either of them the code worked as expected.

Hope that helps.

Leave a Comment