Home › Forums › Back End › get the $EmailFrom from user in contactform.php › Re: get the $EmailFrom from user in contactform.php
September 17, 2009 at 12:16 pm
#64291
Member
if your form has a user input field and has the attribute of name="email"
when you submit the form it should be sent to your php file handling the contact script………
so when the script is running, it takes the value of the input feild called email and assigns it to a variable called
$EmailFrom
does this make more sense?