Hi,
Can someone help me with the code to submit a form to an e-mail address?
Thanx
Hi,
Can someone help me with the code to submit a form to an e-mail address?
Thanx
Code:<FORM METHOD="post" ACTION="mailto:you@yourdomain.be" ENCTYPE="text/plain">Code:<INPUT TYPE="submit" VALUE="send" style="width:100px;">
That will work, but only if the user has their default email program setup and working, and they choose to send with it. I'd suggest looking into (slightly more complex) a free form mailer (google that), or creating your own PHP mailform. The last option is complex, but it would be the best.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Indeed, php is the best.
To help you out: here are a few threads about php mail form.
http://www.dynamicdrive.com/forums/s...archid=1628711
Bookmarks