I ran into an issue where all of my forms on multiple sites stopped working. Debug showed nothing wrong.
Turns out that last month, Godaddy began filtering out any emails from free mail services. I had my forms set up so the person would input their email, and that email would be used for the "from" field. This would prevent anyone using a free email from successfully using the form.
To fix it, I just changed the dynamic fromemail field to a static fromemail field using "form@domain.com," and I added in a dynamic replyto field so that if I reply to the form I'll still get the correct person.
Hope that helps anyone who might have been beating their head against the wall for a few days like I have, trying to figure this out. 🙂
Turns out that last month, Godaddy began filtering out any emails from free mail services. I had my forms set up so the person would input their email, and that email would be used for the "from" field. This would prevent anyone using a free email from successfully using the form.
To fix it, I just changed the dynamic fromemail field to a static fromemail field using "form@domain.com," and I added in a dynamic replyto field so that if I reply to the form I'll still get the correct person.
Hope that helps anyone who might have been beating their head against the wall for a few days like I have, trying to figure this out. 🙂