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

I want to design a website and I know how to make all the page and put the forms there, but I still don't know how to make the forms to be submitted to my email address (or anywhere).
Would you be kind enough to tell me how to do it (using dreamweaver MX for mac), or send me the code of a page only with forms to be submitted to an email address, so I can figure out how to do it?
thaaaanks a lot!!

** any other explanations about forms submitted anywhere are welcome, they can be sent to the page where the form fields are, or to another page, etc. (but if you tell me how to send them to my email, it would be awesome!)

2007-05-11 08:50:03 · 5 answers · asked by drill 2 in Computers & Internet Programming & Design

5 answers

See either the free form builder at http://www.jotform.com or the free formmail.php script available at http://www.dtheatre.com/scripts/

2007-05-11 10:55:01 · answer #1 · answered by fjpoblam 7 · 0 0

The best way to do it is with some kind of server-side scripting language that can send you a nicely formatted email. The easy way to do it is to have the 'action' of the form pointed to a mailto link.



This is a super-bad idea though. It doesn't work very well, and requires the user to actually send the email themselves sometimes. See this:
http://www.netmechanic.com/news/vol3/form_no4.htm

There is an alternative solution in the article. The prevailing wisdom is that you should only use the mailto method when debugging.

2007-05-11 09:03:09 · answer #2 · answered by polly_peptide 5 · 0 0

In order to have forms be submitted to email accounts from a webpage, you need to use a scripting language like PHP or ASP (or similar). The easiest thing to use is a commong script called formmail, search google for "php formmail" , then simply add the required fields in your html form, point it to the formmail.php (or whatever its called) script and that's it, when a user fills out a form it will email you the entire form contents.

2007-05-11 08:57:47 · answer #3 · answered by acb29 4 · 0 0

For a working form you will ought to apply something pronounced as formmail and have perl put in on your internet server (ask your internet hosting provider approximately this) and get admission to on your cgi-bin folder. there are particularly some techniques of customising the buttons and enter fields and on finding out how the counsel is sent as quickly as placed up is clicked. As for a non-working placed up button right that's the code you will want additionally, an occasion for the variety you're able to create the filed the place the digital mail address is enter could be For a working version Google formmail as i will not be able to form it very properly here for you and that is totally complicated for novices.

2017-01-09 16:05:57 · answer #4 · answered by ? 3 · 0 0

set the target for the form to be mailto:youremail@address.com

example

...

2007-05-11 08:56:16 · answer #5 · answered by Math Guy 4 · 0 0

fedest.com, questions and answers