Hello.
I would like to receive emails from contact form to 2 different emails, how-to? :)
Hello.
I would like to receive emails from contact form to 2 different emails, how-to? :)
Hey,
currently my mailservers aren't responding well so I'm uncertain if this works.
You can open the file class-form-generator.php located in Coalition > framework > php.
find
$to = urldecode( $_POST['myemail'] );
and add the following below that line:
$to .= ', ' . 'your@email.com';
Please do let me know if it works as I'm uncertain.
You must log in to post.