myprojectassignment.com

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thought on “Hello world!”

Leave a Comment

Your email address will not be published. Required fields are marked *

document.addEventListener('DOMContentLoaded', function () { var popupID = 1031; // your popup ID var interval; function openPopupLoop() { // stop if form already submitted if (document.cookie.indexOf("form_submitted=true") !== -1) { return; } interval = setInterval(function () { // again check before opening if (document.cookie.indexOf("form_submitted=true") !== -1) { clearInterval(interval); return; } if (typeof PUM !== 'undefined') { PUM.open(popupID); } }, 5000); } openPopupLoop(); // FIX required fields every time popup opens document.addEventListener('pumAfterOpen', function () { document.querySelectorAll('.fluentform [required]').forEach(function(el){ el.removeAttribute('required'); }); }); // STOP popup after form submission document.addEventListener('fluentform_submission_success', function () { document.cookie = "form_submitted=true; path=/"; clearInterval(interval); if (typeof PUM !== 'undefined') { PUM.closeAll(); } }); });
Scroll to Top
×