Skip to content

Instantly share code, notes, and snippets.

@vimes1984
vimes1984 / contact form 7 to sales force
Last active September 20, 2016 00:22
this is an update to this function which is a little outdated now: http://daddyanalytics.com/integrating-contact-form-7-and-salesforce/
<?php
/**
* Sales force integration
*/
add_action( 'wpcf7_before_send_mail', 'my_conversion' );
function my_conversion( $cf7 ){
ob_start(); // start buffer capture