I am using
Jack's formmail.php for the first time on a site in development. I have configured the php as directed (recipient, referers etc.) and put it in the cgi-bin (711 bin, 755 script). The xhtml (suffix .php) form (method="post") is also configured correctly and validates. The form handler works, an email is sent as does the redirect to a thanks page. The resulting emails contain the user's IP (REMOTE ADDR) as requested by a hidden field (env_report) but all other required data is missing. I get no php error messages and the error log is clean.
Has anyone else experienced this and can you please suggest what I have done wrong?