Contact form "From:" email
Permalink 5 users found helpful
Does anyone know how I can change the From: email on any given form?
I think at least for the current version it should be a better solution to define the email address in config/site.php.
Just add this somewhere in the file:
For more options have a look at Mesuva's cheat sheet:http://www.mesuva.com.au/blog/technical-notes/concrete5-cheat-sheet...
Best
Patrick
Just add this somewhere in the file:
For more options have a look at Mesuva's cheat sheet:http://www.mesuva.com.au/blog/technical-notes/concrete5-cheat-sheet...
Best
Patrick
Thank you very much, that worked well!
$from = 'XXXXXXX@' . str_replace(array('http://', 'https://'), '', BASE_URL);
where it says from 'XXXXXX@' change to support@coolwebsite.com or whatever you want