Hi all!
Want to know if I can have a condition inside my CF7 form that will allow me to send an email to an alternate recipient if a certain value is set. In raw PHP, I would just have to do something like:
if ($_POST['field'] == 'bar') {
$to .= ', newemail@email.com';
}
And that would edit the $to variable to include the new additional recipient.
Please let me know if this is possible! :)
Thanks,
Mike