Search code examples
jqueryhtmlsendmailhtml-emailfeedback

Autosend email on submit feedback form using html and Javascript


I have created one html form with following fields:

  • Name (Text Box)
  • Email (Text Box)
  • Comments (Text area)

and a Submit button to submit the form.

I want to receive an email once the user submits the form successfully. How do I do this?

(Sorry for my poor English)


Solution

  • Sending an email can only be done with server-side technology, it can't be achieved with html/javascript Please write down what server technology are you using and I'll update the answer