1. Home
  2. Computing & Technology
  3. Web Design / HTML

How do I get form data emailed to me?

By , About.com Guide

Question: How do I get form data emailed to me?
Answer:

I wrote an article about creating mailto forms. You use the mailto:email_address in the form action attribute. Don't forget to set the encoding type to text/plain.

<form action="mailto:email_address" method="get" enctype="text/plain"> ... </form>

Another option is using a free Form to Email script. This will provide you with the results you need in a form that is usable. One that is easy to use is Freedback.

It is easy to use and it accepts any type of form information. Once you know the hidden fields it requires you just set up your form with those fields and you're set.

If you don't want to use them, there are lots of other forms available:
Free CGIs

Free HTML Forms Class
HTML Forms Tutorial
Help with HTML Forms
More on the form tags

Explore Web Design / HTML
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. HTML and XHTML
  5. XHTML
  6. Forms
  7. How do I get form data emailed to me?>

©2009 About.com, a part of The New York Times Company.

All rights reserved.