Loading Events
  • This event has passed.

« All Events

Digital Analytic Association Welcome

May 13, 2022 @ 8:00 am 5:00 pm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

    You have successfully subscribed to the newsletter

    There was an error while trying to send your request. Please try again.

    Des O’Connor AI will use the information you provide on this form to be in touch with you and to provide updates and marketing.
    `; // Style the form popup formContainer.style.position = 'fixed'; formContainer.style.bottom = '20px'; formContainer.style.right = '20px'; formContainer.style.background = 'white'; formContainer.style.padding = '25px'; formContainer.style.borderRadius = '12px'; formContainer.style.boxShadow = '0 0 20px rgba(0,0,0,0.2)'; formContainer.style.zIndex = '99999'; // Add close button formContainer.innerHTML += ` `; // Add to page document.body.appendChild(formContainer); // Stop checking after form appears clearInterval(checkInterval); } }, 3000); // Check every 3 seconds });