Click to See Complete Forum and Search --> : Form mail question


ThoughtsTold
12-08-2004, 02:52 PM
Hi,

I wanted to create a form where the visitor can type in the email address that they want the message to go to. Then they can put in a reply address as well. it would look something like this:

To:_________
From:________

Message:___________

How would I go about creating this? I know how to create forms that are sentto my email but how do I do it so the visitor can have it sent to anyones email? Is there any html, cgi, or javascript?

MstrBob
12-08-2004, 02:56 PM
You're Answer is a Sticky Topic away (http://www.webdeveloper.com/forum/showthread.php?s=&threadid=39991)

ThoughtsTold
12-08-2004, 08:27 PM
is there anyting else? icant seem to get it to work, is there anytype of code to use? like javascript. if not i suppose i can keep trying

ThoughtsTold
12-08-2004, 08:32 PM
See the thing is that I want to make a form where the person visiting can type in the email address who to send the form to, the subject adn a reply address. so it would look like:

Send form to:______________________(type in email addres)
From who:____________________________(type in your email addres)
Subject:___________________________(type in subject

Message:







SUBMIT



is this possible?