PDA

View Full Version : Send Emails from Form


PCINX
06-12-2006, 10:14 PM
Need help here,

I new HTML starter. I have a few fields such as Name, Location, Email, and comment in a HTML form. I need the content from those fields to be sent to my email address directly once a submit button is pressed can any one help. Can any one help me with a code. .
Thanks for your time.

marilynn.fowler
06-12-2006, 10:39 PM
You cannot do it with just HTML. You'll need a CGI script to send e-mails. First check your web host to see if they allow such things and if they have preferred scripts.

Yes, I know, yet another thing. I felt the same way.

JustinSainton
06-12-2006, 11:07 PM
This would be a great thing for you to do a search on before you post, it's something that's been addressed an innumerable amount of times on this forum, many others, and is easily searchable on Google.

That being said, CGI really isn't the way to go, I'd so go for PHP.

Use a form like the one I showed here.

http://www.codingforums.com/showthread.php?t=88680