I have the following in my page:
<form action="/cgi-sys/mailform" method="POST">
<input type="hidden" name="recipient"
value="
ProjRequest@mydomain.com"><input type="hidden"
name="subject" value="Project Request"><input type="hidden"
name="print_config" value="email,subject"><input
type="hidden" name="title" value="Thank You...">
When I get email from it, the from line is blank, is there a way for me to stuff the value of one of the fields on my field into the email I receive? That way I can also you an autoresponder to send them an email after they send me feedback.
Thanks...
*DM*