import wixWindow from 'wix-window'; $w.onReady(function () { $w('#myForm').onWixFormSubmitted( (event) => { // Fire Meta conversion tracking fbq('track', 'Lead'); // Optional: only when confirmation message is shown wixWindow.openLightbox("FormConfirmation"); }); });
top of page
bottom of page