I'm not sure what's wrong with my form. (And I haven't found anything to customise in the formmail script). It is feeding the field data through to the csv file ok, but the notification email contains nothing except

>>>>>
hastings
==============================REMOTE_HOST=
REMOTE_ADDR=82.26.31.180
HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
REMOTE_USER=
>>>>

(In this case Hastings was the content of the address field)



Here's the html code all advice appreciated

<form method="post" action="http://www.groin-hernia.com/subform.php" name="SubNews">
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
<!-- STEP 2: Put your email address in the 'recipients' value.
Note that you also have to allow this email address in the
$TARGET_EMAIL setting within formmail.php! -->
<input type="hidden" name="recipients" value="linda_AT_thesupportcompany-uk.com" />
<!-- STEP 3: Specify required fields in the 'required' value -->
<input type="hidden" name="required" value="email,realname" />
<!-- STEP 4: Put your subject line in the 'subject' value. -->
<input type="hidden" name="subject" value="Newsletter Subscription" />
<input type="hidden" name="csvfile" value="formdata.csv" />
<input type="hidden" name="csvcolumns" value="email,realname,address,phone" />
Your email address<br>
<input type="text" name="email"><br>
Your name<br>
<input type="text" name="realname"><br>
So that we can plan training days it would be helpful to know your location<br>
<input type="text" name="address">
<input type="submit" value="Submit"></form />