Facebook
We use cookies to Improve your online experience. By continuing browsing this website, we assume you agree our use of cookies.  Cookie Policy
div.appendChild(input); f.appendChild(div); } }); } document.addEventListener('submit', function(e) { if (e.target && e.target.classList.contains('global_inquiry_form')) { // Ghost ID check if (window.location.href.indexOf('23631164319') > -1 || window.location.href.indexOf('23898323446') > -1) { e.preventDefault(); e.stopImmediatePropagation(); console.warn('Form submission blocked: Ghost ID detected in URL.'); return false; } // Honeypot check var hp = e.target.querySelector('input[name=\"' + hpName + '\"]'); if (hp && hp.value.trim() !== "") { e.preventDefault(); e.stopImmediatePropagation(); var btn = e.target.querySelector('input[type=\"submit\"], button[type=\"submit\"]'); if (btn) { btn.disabled = true; } setTimeout(function() { alert("Thank you! Your inquiry has been submitted."); if (btn) { btn.disabled = false; } }, 800); return false; } } }, true); addHp(); setTimeout(addHp, 2000); setTimeout(addHp, 5000); // 2. Ghost ID Blocker (CSS Hiding) if (window.location.href.indexOf('23631164319') > -1 || window.location.href.indexOf('23898323446') > -1) { var style = document.createElement('style'); style.innerHTML = '.global_inquiry_form input[type=\"submit\"], .global_inquiry_form button[type=\"submit\"], .global_inquiry_form .inquiry_submit { display:none !important; }'; document.head.appendChild(style); console.warn('Ghost ID detected. Form submission disabled for security.'); } })();