Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Contact Form 7

Contact Form 7 + Facebook Pixel

Track Lead events with Meta Pixel on successful CF7 submit.

Contact Form 7 + Facebook Pixel — a practical guide to Contact Form 7 Facebook Pixel with clear examples you can reuse in real projects.

Contact Form 7 Tutorial Series (67/100). Prefer one article? Read the complete Contact Form 7 tutorial.

Short description

Fire `fbq('track', 'Lead')` inside `wpcf7mailsent` and match Pixel ID setup.

Pixel sketch

document.addEventListener('wpcf7mailsent', function () {
  if (typeof fbq === 'function') {
    fbq('track', 'Lead');
  }
});

Leave a reply

Your email address will not be published. Required fields are marked *