Handyman Services in Chicago

Call Estimate
(function () { 'use strict'; var leadSent = false; function fireMetaLead() { if (leadSent || typeof window.fbq !== 'function') { return; } leadSent = true; window.fbq('track', 'Lead', { content_name: 'EVO Home Repair Estimate Form', form_id: '3' }); } function initializeLeadTracking() { var form = document.querySelector('#fluentform_3'); if (!form) { return; } /* * Standard Fluent Forms success event. */ if (window.jQuery) { window.jQuery(form).on( 'fluentform_submission_success', fireMetaLead ); } /* * Backup for the custom direct-submit handler currently used * on the EVO contact form. */ var container = form.parentElement || document.body; var observer = new MutationObserver(function () { var successMessage = container.querySelector( '.evo-form3-submit-message--success' ); if (successMessage) { fireMetaLead(); observer.disconnect(); } }); observer.observe(container, { childList: true, subtree: true }); } if (document.readyState === 'loading') { document.addEventListener( 'DOMContentLoaded', initializeLeadTracking ); } else { initializeLeadTracking(); } })();