In your sample HTML error template for use with FormMail
this is at the bottom:

>If you use fmbadhandler.php from www.tectite.com,
>it will insert the link to return
>to the form at the end of the page body (here).

I'm not seeing a return link on the error page when it displays after I submit an empty form.

Here are the fields from my contact form:

<input type="hidden" name="bad_url" value="http://mydomain/contact/fmbadhandler.php">
<input type="hidden" name="bad_template" value="fmerror.html">
<input type="hidden" name="this_form" value="http://mydomain/contact/index.html">

ptr