![]() |
||||
|
Mailto
Form Instructions
|
||||
|
Your Mailto Form will require setting your FORM ACTION parameter: <FORM ACTION="http://yourdomain.com/cgi-bin/mail.cgi" METHOD="POST"> Your form will require these fields: sender
= specifies the remote users email address for replies [your client] They are referenced like this: <INPUT
TYPE=text SIZE=30 SIZE=30 NAME="sender"> You may put any number of other fields in your form document and all responses will be forwarded to the recipient [you]. Such as: <INPUT TYPE=text SIZE=30 SIZE=30 NAME="whateveryoucallit"> You close out your form with a submit button: <INPUT
TYPE=submit SIZE=30 SIZE=30 NAME="Submit" VALUE="Submit">
|