Form Email

by "WoodyBoi" <woodyboi(at)mindspring.com>

 Date:  Wed, 16 May 2001 09:19:30 -0400
 To:  <hwg-techniques(at)hwg.org>
  todo: View Thread, Original
Hey Gang,

This may sound like a really stupid question...=20
but here it goes...

I have a project to do..  and all I need it to do is make a
page where a user can fill out a form and once filled out
it will email that form to a specific predetermined email,
and then once they hit submit it would go to a page thanking
them for their submission.  I have figured out how to actually
make the form itself and get it to email.  But here is the problem:

It forwards as an attachment in a .att format.  (I want it to send
as an email using the format I used in the form..  only including their
answers to whatever questions, etc, and so on.)

It doesnt go to a page thanking them for their submission.


So my questions are:

Do I have to use CGI Scripts just for that?  Or can I just
create a form using HTML to just email the information=20
they have put in the form?  

If so,  how would one go about
doing that?  

And can I include form elements inside of table
cells?

Any information you can provide would be SOOO
appreciated.  The page isnt online yet.. . but will be soon. 
However, I am including the code used.

Thanks!!

Woody

<html>

<body>

<FORM METHOD="POST" mailto:ACTION="mailto:woodyboi(at)mindspring.com>

Question?<br>
<INPUT TYPE="text" NAME="name" SIZE="30"> <br><br>

Question?<br>
<INPUT TYPE="text" NAME="name" SIZE="30"><br><br>


Question?<br>
Choice 1<INPUT TYPE="checkbox" NAME="Signing_from" VALUE="choice1">
Choice 2<INPUT TYPE="checkbox" NAME="Signing_from" VALUE="choice2">
Choice 3<INPUT TYPE="checkbox" NAME="Signing_from" VALUE="choice3">
Choice 4<INPUT TYPE="checkbox" NAME="Signing_from" VALUE="choice4">
Choice 5<INPUT TYPE="checkbox" NAME="Signing_from" VALUE="choice5">
<br><br>

Question?<br>
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA><br><br>

<INPUT TYPE="submit">
<INPUT TYPE="reset">
</form>

</body>
</html>

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA