// This function runs once the page elements are ready $w.onReady(function () { // Get a reference to your form element const myForm = $w("#wixForms1"); // IMPORTANT: Replace 'contactForm' with your actual Wix Form ID // Add an event listener for successful form submission myForm.onWixFormSubmitted(() => { console.log("Wix Form submitted successfully! Pushing event to Data Layer."); // Push a custom event to the Data Layer for GTM // You can also push additional data if needed, e.g., form fields if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'event': 'wix_form_submission', 'form_id': myForm.id, 'form_name': 'My Contact Form' // Optional: Add a descriptive name // 'email': $w("#emailInput").value // Example: If you want to capture form field values }); } else { console.warn("dataLayer is not defined. Google Tag Manager might not be installed correctly."); } }); // Optional: Listen for form submission errors myForm.onWixFormSubmittedError((error) => { console.error("Wix Form submission error:", error); if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'event': 'wix_form_submission_error', 'form_id': myForm.id, 'error_message': error.message }); } }); });
top of page
DRONE9.jpg

Full Service Renovations
To Turn Your House
Into A Home

SPEC7.jpg

Why Renovate

The thought of renovating your home can be daunting and opens up plenty of questions and options to consider:
 

  • Do you want more natural light?

  • Do you want to include smart features in your house?

  • Do you want bigger spaces?

  • Do you want to repurpose a room for study or entertainment?

  • Do you want an outside dining area?

  • Do you need to make your house more friendly for your elders?

  • Do you want to be more environmentally friendly?

  • Do you want to have a more modern design?
     

When you get in touch with SPEC Building & Design you won’t be left alone with guess work.


We have a look at your property, discuss opportunities and help you make an informed choice.


We are locals for locals, family orientated, and ultimately want you to not just enjoy your stay but love your home.

bottom of page