top of page
bottom of page
$w.onReady(function () {
// Monitor changes to the success message visibility
$w("#comp-knzxx5rt").onChange(() => {
if ($w("#comp-knzxx5rt").isVisible) { // Check if message is visible
fbq('track', 'Lead'); // Send 'Lead' event to Facebook
}
});
});
Comments