console.log('test1');
document.addEventListener( 'wpcf7mailsent', function( event ) {
console.log('test2');
Intercom('trackEvent', "emailEvent");
}, false );
When this is in Additional Settings, nothing fires off in the Chrome Dev Console. Is this correct??