< form method="post" title="Survey" action="mailto:username@youraddress.net" > Must contain this line. Not seen on the page.
The following form uses CGI (Common Gateway Interface), a script on the server that will process and forward the information in the form. You will have to check with your server for information on using the CGI bin. The big difference between the E-mail form above and this CGI form is the Form Action syntax. < FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST" >
|