Further to my previous post I have used the default form and supplemented with my details where necessary and uploaded it to the server. I used it and it has sent me an email reply.
The form code is as follows:
===================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<html>
<head>
<title>Test Form for analysis of code</title>
</head>
<body>
<!-- Begin the form. Change "
www.example.com" to your web address throughout this file. -->
<form method="post" action="
http://www.sawbridgeworthfirebrigade.co ... o_mail.php">
<!-- Who to send this form to. Add your e-mail address here. -->
<input type="hidden" name="recipient" value="
webmaster@sawbridgeworthfirebrigade.co.uk">
<!-- Where you want your mail to appear as having been sent from (this must be a valid Freeola hosted e-mail address) -->
<input type="hidden" name="from" value="
john@johnfwright-consultants.co.uk">
<!-- Set a subject for the form for your reference -->
<input type="hidden" name="subject" value="Comments">
<!-- List of required fields, separated by commas -->
<input type="hidden" name="require" value="name,e-mail,message">
<!-- Success redirect - where to go after the form has been sent -->
<input type="hidden" name="success_redirect" value="
http://www.sawbridgeworthfirebrigade.co ... e_home.htm">
<!-- Display our form -->
<table width="500" align="center" border="0">
<tr>
<td width="70" valign="top">
<font face="verdana" size="2">
<b>Name:</b>
</font>
</td>
<td>
<input type="text" size="40" name="name">
</td>
</tr>
<tr>
<td width="70" valign="top">
<font face="verdana" size="2">
<b>E-mail:</b>
</font>
</td>
<td>
<input type="text" size="40" name="e-mail">
</td>
</tr>
===================================================
Does this help?
I have had a look in the folder cgi_bin on the server but there are no files there!
Regards. John