Hi I would like to send an email after a form on my website is submitted. I am following a tutorial on Youtube but I ran into a problem. I am using Sendgrid API and NodeJs. I have a folder called "views", into this folder I have two files:
I would like to render the contact.esj form into my index.html file as a "partial". in react components are called, is it possible to reuse that ejs code within my homepage (index.html)?
Any advice or help from the experts would be greatly appreciated. Thank you!