I have created a form with DW4 and successfully retrieved the data with the formmail scripts! But i have met another problems, when i retrieved the data via email:
1)There is NO sender's name in the email, the space is blank
2)There is NO email protrayed from the sender so i can't reply
The reference page is
http://www.tienyudi.com/JoinMailingList4.htm
the scripts i'm using now is:
<form action="http://www.lga.net.sg/cgi-bin/FormMail.pl" method="post" name="Send Form" enctype="x-www-form-encoded">
<input type="hidden" name="recipient" value="subscribe@tienyudi.com">
<input type="hidden" name="subject" value="Mailing List Subscription">
<input type="hidden" name="redirect" value="http://www.tienyudi.com/sumitform.htm">
What else do I have to list in the input inorder to have the
1)name of the sender and
2)the sender's email address in the email to reply
Would really appreciate your help!
Thanks!