Hi I have installed the form generater and everything is working fantastic. I have one problem however.when recieving an email form a person who filled out the form on my website. i always get in my outlook expres in box in the "from" firld my email address. I would like to see the senders e mail address in the "from" field in outlook express. What can I do to achieve that. Kind Regards Hanno Coetzee
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Put this Code into the process.php … change of course the variables to your variables
$absender = "From: ".$Vorname." ".$Name." <".$EMail.">";
mail("your@EmailAdress.com","Subject",$message,$absender);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I have installed the form generater and everything is working fantastic. I have one problem however.when recieving an email form a person who filled out the form on my website. i always get in my outlook expres in box in the "from" firld my email address. I would like to see the senders e mail address in the "from" field in outlook express. What can I do to achieve that. Kind Regards Hanno Coetzee
so would I, let me know if anything ever develops
Put this Code into the process.php … change of course the variables to your variables
$absender = "From: ".$Vorname." ".$Name." <".$EMail.">";
mail("your@EmailAdress.com","Subject",$message,$absender);