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

I have a webpage and i have a form to be filled out. after its filled out there is an option to submit it.. i would like when a person clicks submit it comes to my email address

2006-07-07 11:24:15 · 3 answers · asked by James 1 in Computers & Internet Programming & Design

3 answers

Use the mailto tag in html.

http://www.ianr.unl.edu/internet/mailto.html

2006-07-07 11:28:11 · answer #1 · answered by yzfdude1 3 · 0 0

The form tag that you have used to wrap your input fields and buttons in has an action parameter.

Use the mailto in the action and you should get an email sent to your address.

You could also check if your domain provider has formail.
This is a good tool for getting emails sent to you.

2006-07-07 19:03:37 · answer #2 · answered by AnalProgrammer 7 · 0 0

There is an html option to get a form to submit to your email; however it's not recomended - the browser would have to be configured with an email client and a browser will get a warning from IE if you use it.

I'd contact your web host and see if they offer any CGI scripts that will do this for you.

If you have to you can set your form to use this:

2006-07-07 19:03:20 · answer #3 · answered by irishtek 6 · 0 0

fedest.com, questions and answers