<script type="module" src="https://interfaces.zapier.com/assets/web-components/zapier-interfaces/zapier-interfaces.esm.js"></script>

<zapier-interfaces-page-embed 
    page-id="cm47sa960001qh4oltkztz6rj" 
    no-background="true"  
    style="max-width: 900px; height: 500px;">
</zapier-interfaces-page-embed>

<script>
  // Wait for the DOM to load
  document.addEventListener('DOMContentLoaded', () => {
    // Get the embedded interface element
    const embeddedPage = document.querySelector('zapier-interfaces-page-embed');

    // Add an event listener for form submission
    embeddedPage.addEventListener('formSubmitted', () => {
      // Open a new page as a pop-up
      window.open('https://zapier.com', '_blank');

      // Or redirect the current page
      // window.location.href = 'https://your-next-page-url.com';
    });
  });
</script>
White Coat Family
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.