How do I modify FormMail.pl script to show the address of the person completing the form? I think it is in this area below, but don't know what to enter.
$confirmation_text = <<'END_OF_CONFIRMATION';
From: you@your.com
Subject: form submission
Thank you for your form submission.
END_OF_CONFIRMATION
Thanks in advance.
[edited by: jatar_k at 5:52 pm (utc) on June 24, 2004]
[edit reason] generalized [/edit]
A secure script has been built by a group of Perl coders in London -- you might want to use it instead:
see [nms-cgi.sourceforge.net...]
<form action="cgi-bin/nms/FormMail.cgi">
Please enter our email address: <input type="text" name="email">
... [other fields here]
<input type="submit" name="submit" value="Submit">
</form>