|
-
Jun 11th, 2002, 07:56 PM
#1
Thread Starter
Member
-
Jun 11th, 2002, 08:01 PM
#2
PowerPoster
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/
-
Jun 11th, 2002, 11:46 PM
#3
Re: Input Boxes
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
Are you sure? It gets mailed as an attachment.
-
Jun 12th, 2002, 05:33 AM
#4
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|