Click to See Complete Forum and Search --> : Mailing a form via submit?


Marupa
09-05-2004, 07:55 PM
How would I mail a form's info to my email when they hit submit, but also not use someone else's mailer?:confused:
I want it to be a very simple, all text email with values like: Q1=A Q1t=Why not? etc, please help!

buntine
09-05-2004, 09:05 PM
This would require MS Outlook, which will be opened by IE when the user clicks the submit button.

Note, this method is very outdated and restricting to users.

<form name="form_name" action="mailto:you@your.com" method="post">
...
</form>

Regards.

Marupa
09-05-2004, 09:13 PM
that's close to what I want, but not quite. I don't want it 'from' someone, just to my email w/ a defined subject. I don't need any verification who it's from.

MstrBob
09-05-2004, 09:55 PM
Originally posted by Compguy Pete
Want to save information from a form to a file or email it to yourself? You can't use HTML for this, you need a server side languages. There are many such languages that you can use, like PHP, ASP, ASP.net, CGI-Perl, JSP, ColdFusion, ect.

First, find out what your host supports and then you can learn the apporpriate language.

If your just starting out I suggest making your post in the CGI-Perl forum.

Thank you,
Compguy Pete

Jupac
09-05-2004, 09:59 PM
This site was built to answer the frequently asked questions at the Webdeveloper.com forums. You will find the answers to questions like "What is CSS?" or "How do I get form results emailed to me?", and many more. We are in the process of continually adding content to this site, to make it more comprehensive and useful. <-- Webdevfaqs


http://www.webdevfaqs.com/php.php#mailer