Online Quote | Aluminium Bi-Fold Doors | SecureStyle Windows

 

Start A Quote

Get In Touch

Conservatory Designer

Book A Virtual Appointment

Supply Only Company

Start A Quote Contact Us
', start: function(event) { if (typeof ga == 'function') { ga('send', 'event', 'Quoting Engine', 'Start Quote'); } if (typeof gtag == 'function') { gtag('event', 'Start Quote', { 'event_category' : 'Quoting Engine', }); } }, postcode: function(event) { if (typeof ga == 'function') { ga('send', 'event', 'Quoting Engine', 'Enter Postcode'); } if (typeof gtag == 'function') { gtag('event', 'Enter Postcode', { 'event_category' : 'Quoting Engine', }); } }, product: function(event) { if (typeof ga == 'function') { ga('send', 'event', 'Quoting Engine', 'Add Product'); } if (typeof gtag == 'function') { gtag('event', 'Add Product', { 'event_category' : 'Quoting Engine', }); } }, complete: function(event) { if (typeof ga == 'function') { ga('send', 'event', 'Quoting Engine', 'Complete Quote'); } if (typeof gtag == 'function') { gtag('event', 'Complete Quote', { 'event_category' : 'Quoting Engine', }); } } }); engine.render(); $('.icaal-contact-form').on('success', function() { console.log('submitted form'); if($(this).data('form') === 'virtual') { gtag('event', 'virtual_appointment_form', { 'event_name' : 'virtual_appointment', 'event_category' : 'virtual_appointment', }); console.log('virtual-form'); } else if($(this).data('form') === 'appointment') { gtag('event', 'book_appointment_form', { 'event_name' : 'book_appointment_form', 'event_category' : 'Book An Appointment', }); console.log('book appointment'); } else if($(this).data('form') === 'career') { gtag('event', 'career_form', { 'event_name' : 'career_page_form', 'event_category' : 'career_page_form', }); console.log('career-form'); } else if($(this).data('form') === 'reviews') { gtag('event', 'reviews_form', { 'event_name' : 'reviews_page_form', 'event_category' : 'reviews_page_form', }); console.log('reviews-form'); } else { gtag('event', 'contact_form', { 'event_name' : 'contact_form_submitted', 'event_category' : 'contact_form_submitted' }); console.log('contact-form'); } }); })( jQuery );