When I submit the form, I get a 500 server error on both the embedded form and the form page. Why is this?
I've tried everything and cannot resolve this.
Comments
To leave a comment, please authenticate.
Andreas
This is likely related to the custom SMTP settings. From the logs I can see this: "Email "Richard" does not comply with addr-spec of RFC 2822.". So it seems you entered your name into the email field and it was tried to send an email. You could add a validation for this field and set it to "Email" (cloud.ivymayhem.io/tK7j202y), then this won't happen again.