Is there an HTML code for a text box that will send to your email?

  • Thread starter Thread starter John apple
  • Start date Start date
No.

HTML can help provide a form that a user can fill out. You must have some kind of server-side script that will accept the form data, format it into an e-mail and send it. This is done on the web hosting server end, since client systems can't do this natively.
 
Back
Top