|
I made a form on Dreamweaver using a totrail but when i press submit on my web browser and it pops up with a my email cleint box like i have to send it via my email client but i would just like it to go to my hotmail acount?? You can viw the form here i hosted the file here! http://www.freewebs.com/akairconditionin...
Why wont my form on Dreamweaver work??
You have to locate the code that says "action="mailto:email@email.com" and change it to "action="formsubmit.pl", where "formsubmit.pl" contains the perl code to collect the user's data and send it to your email address automaticaly. Formmail is a great program to do that for you.
Why wont my form on Dreamweaver work??
try here
http://www.techtutorials.net/
http://www.good-tutorials.com/
http://www.digitaljuice.com/
http://www.tutorialkit.com/
http://www.codestyles.com/
http://www.sitecube.com/website/promo_bw...
Why wont my form on Dreamweaver work??
action="mailto:wayne@benton365.fsnet.co....
is the code that invokes the email client (via the mailto:)
wayne@benton365.fsnet.co.uk is the email address
You might consider using a form posted to a cgi script such as formmail.pl
Why wont my form on Dreamweaver work??
Because you're shiny machine is cheap. It's better if you go under the hood and fix it!
|