Hi,
I have a contact netlify-form (with a honeypot) on a gatsby site. When I test it, it gets delivered to my address (the pretend customer), while the “reply-to” address goes to the notification address (the site owner).
The formatting of the message is
"Hi ,
This is an automated message to let you know that we’ve received your message. You will hear back from one of our customer agents shortly.
Thank you for your patience!"
And then it also shows the message, with the honeypot as part of the email (that this message is responding to)
“Honeypot: Name: (my name here) Email: (my email here) Subject: another TEST Message: test from the netlify form done by me”
I can’t find where to modify how this is delivered and formatted. Can you point me in the right direction?
I’d like to
- Modify the automated message
- Hide the honeypot and make the message more readable
- Potentially not show the message at all, only the auto-response
Thanks!