-
1 Attachment(s)
Input Boxes
<form method="post" action="mailto:[email protected]" enctype="text/plain">
Name: <br><input type="text" name="Name" size="30">
<br>
<br>
Phone:<br><input type="text" name="Name" size="30">
<br>
<br>
What You Want:<br> <textarea name="Comments" rows="5" cols="50"></textarea>
<br>
<br>
<input type="submit" name="Submit" size="30" value="Send">
</form>
I was given this script, and I want it to e-mail me the info they input, but when I try it, it doesn't seem to input the data into the e-mail.....can you help me?
Thanx
:confused:
:(
-
doesn't always work, depends on the browser and i'm fairly certain it ain't part of the standard
Use a proper form mailer script made from Perl or PHP. http://www.scriptarchive.com/formmail.html
If you don't have a host with cgi capabilities, use a free one like http://www.hostedscripts.com/
-
Re: Input Boxes
Quote:
Originally posted by Little Ant
<form method="post" action="mailto:[email protected]" enctype="text/plain">
Name: <br><input type="text" name="Name" size="30">
<br>
<br>
Phone:<br><input type="text" name="Name" size="30">
<br>
<br>
What You Want:<br> <textarea name="Comments" rows="5" cols="50"></textarea>
<br>
<br>
<input type="submit" name="Submit" size="30" value="Send">
</form>
I was given this script, and I want it to e-mail me the info they input, but when I try it, it doesn't seem to input the data into the e-mail.....can you help me?
Thanx
:confused:
:(
Are you sure? It gets mailed as an attachment.
-
Thanx I get it now....I will check my attachments next time that I try it!
:D :D :D :D :D :D :cool: :cool: :cool: :D :D :D :D :D :D