• I have the following snippet and shortcode on an external PHP page that displays within wordpress working correctly:

    echo preg_replace('!<input type="text" name="your-subject" value=""!','<input type="text" name="your-subject" value="MLS# '.$row['mlnum'].'"',do_shortcode( '[contact-form-7 id="17" title="Bonita Springs Contact Form"]' ));

    I’d like to send a bcc: or cc: configured in the same fashion but I can’t seem to get the syntax correct?

    How do I alter this code to include a bcc: to [email protected]?

    http://ww.wp.xz.cn/extend/plugins/contact-form-7/

The topic ‘Add BCC or CC’ is closed to new replies.