English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Made an online form using that simple HTML code. I wanted the results e-mailed to me when the user hits the "submit" button. I've tested it out, and all that shows up in an empty e-mail with my e-mail address in the "to" line.

Any help will be appreciated! I give out points!

2007-12-20 01:43:43 · 4 answers · asked by dazedinbliss 1 in Computers & Internet Programming & Design

4 answers

Note to previous answerers: mailto most certainly can be invoked from Web forms.

It's a pretty dumb way to go about trying to send e-mail to yourself, since most people resent having programs started on their computers unexpectedly and not everyone will acually send the message, but it does work.

Please don't spread ignorance; if you don't know what you are talking about, remain silent.


Subject:

Message:

2007-12-20 02:00:50 · answer #1 · answered by Anonymous · 3 0

The only suggestion I can give is to use the previous poster's form. But change the "Message" field to a type="textarea".

And possibly some minor formatting.

But I'd have to say that was the best answer.

2007-12-20 02:35:39 · answer #2 · answered by Chris C 7 · 0 0

that's not gonna work.
mailto function opens an outlook express page and users can send u an email using outlook express. in order to send an email after clicking a button to a certain email address, u need to use php or asp

2007-12-20 01:50:13 · answer #3 · answered by aryaxt 3 · 0 1

As you found, mailto doesn't process form data. Go to http://www.hotscripts.com and search for "contact form" for code solutions.

2007-12-20 01:48:18 · answer #4 · answered by Opal 6 · 0 1

fedest.com, questions and answers