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 6:07 am
#64189
Member
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