You need to put the following code above your form fields:

<form method="POST" action="/cgi-bin/formmail">
<input type="hidden" name="recipient" value="yourname@eidosnet.co.uk">

And you need to put the following code below your form fields:

<input type="submit" value="Send Mail">
<input type="reset" value="Clear Form">

The action of your form obviously needs to point towards this script, and the method must be POST or GET in capital letters.

Necessary Form Fields

There is only one form field that you must have in your form, for FormMail to work correctly. This is the recipient field. This form field allows you to specify to whom you wish for your form results to be mailed. Most likely you will want to configure this option as a hidden form field with a value equal to that of your e-mail address.

Here is an example page.

There are many other advanced ways to code your form using optional fields to tailor the resulting HTML page and the way the script performs; these are also detailed in the original readme file.

For technical help concerning your web space, please contact support@eidosnet.co.uk