Home › Forums › Back End › get the $EmailFrom from user in contactform.php › Re: get the $EmailFrom from user in contactform.php
September 16, 2009 at 12:20 pm
#64197
Member
or if your form has a part for the email to be added, the get the variable that was entered….
$EmailFrom = $_REQUEST; //where email was the form element name="email"