Error: GET request

The HTML form 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">


nms FormMail © 2001 London Perl Mongers
Written as drop-in replacement for FormMail at Matt's Script Archive