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

#64189

To customise the $EmailFrom variable you simple change the line in the php file as follows:

Code:
$EmailFrom = “[email protected]”;

Obviously you put your email address instead of [email protected]

Hope this is what you were looking for.
Dave