Email Notification after Custom Form Submission, ONLY to me?

I’ve watched Nayeli’s YouTube tutorial and think I have a good sense of the steps to receive an email notification once someone fills out my custom form (that’s linked to a Database). But I noticed that if you follow the tutorial to the letter, the customer who enters their information in the form ALSO gets an email confirming their data entry - which is not something I want. My goal is to stay within SendGrid’s free trial plan if at all possible (which limits you to 100 emails per day), and I’m confident I would stay within those parameters if I was the only one receiving the submission notification emails. If the end user also received an email every time, I think I’d go over the limit.

How do I alter the code so that I am the only one receiving a notification email and nothing goes out to the customer who filled out the form? I’m just not sure what exactly to delete from the code for the .jsw and .js sections of the Backend, and then in the general page code - I’m worried about deleting the wrong sections and messing up the entire operation. :stuck_out_tongue:

Thank you so much for any assistance - it’s greatly appreciated!

Hi,

This is something you need to check with SendGrid.
On our end, you simply call their API and provide both ‘from’ and ‘to’ addresses, which are required fields.
Perhaps on their end you can modify the behavior not to send one of these emails (you might need to change the ‘to’ address, depending on the solution they have, if any).

Thanks,

Itay