Cookie Use
We use cookies to ensure a smooth browsing experience. By continuing we assume you accept the use of cookies.
Learn More
window.addEventListener('message', function(event) {
if (event.data.type === 'hsFormCallback' &&
event.data.eventName === 'onFormSubmit') {
fbq('track', 'Lead');
}
});