Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End get the $EmailFrom from user in contactform.php Re: get the $EmailFrom from user in contactform.php

#64291
ikthius
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?