Hello,
I have done a search but couldn’t find anything. Is there a way to add a bcc to the default contact form. The bcc will always be the same so if doesn’t have to be in the frontend, maybe as an additional header?
Thanks
Andrew
Hello Andrew,
I haven’t tested this because my install is local but this may work:
Open to this file /enfold/framework/php/class-form-generator.php and go to the line 634:
Add this line:
$header .= 'Bcc: (Email address hidden if logged out) '. "\r\n";
The final code should look like this:
Best regards,
Josue
Thanks Josue,
I will give it a try.
Andrew
Hey Andrew!
Hope it works :)
Best regards,
Josue