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

#64197
ikthius
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"