|
Can you post the instructions from your host? There should be something like
<form action="PATH_TO_EMAIL_CGI" method="post">
blah blah blah
</form>
If you add that path to your code it should be fine (currently the action part of your form is an empty string).
Dave
|