The form that you just filled in fails to specify the POST method, so it would not
be correct for this script to take any action in response to
your request.
If you are attempting to configure this form to run with FormMail,
you need to set the request method to POST in the opening form tag,
like this:
<form action="/cgi-bin/FormMail.pl" method="post">
|