General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Is anyone talented in CGI?
I have no problems with form mail except this:
My form looks like this >>
<form action="http://myURL/cgi-bin/mailme.pl" method="post">
<input type=hidden name="recipient" value="me@myURL.com">
<input type=hidden name="redirect" value="http://myURL/thanks.html">
<input type=hidden name="subject" value="Mail from the website">
<input type=hidden name="required" value="Name,Address,Email,Remarks">
<input type=hidden name="print_blank_fields" value="1">
Forms and buttons go here
</form>
But it does not deliver the from: email address into the from: of the mail that arrives.
The from: address line reads:
() ()
and this is shown in the message body:
This message is sent by () on Tuesday, February 10, 2004 at 09:32:10
I'm using the Matt's script where line 394 reads:
print MAIL "From: $Config{'email'} ($Config{'realname'})\n";
What, please, am I not doing?
If there's something I can do for you in return, tell me - anything css, html or javascript.
Thank you.