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.
Thank you so much for any assistance - it’s greatly appreciated!