document.addEventListener('DOMContentLoaded', function() { var markers = ['property_permalink','schedule_contact_form_ajax','property_agent_contact_security','review-security','listing_id']; var forms = document.querySelectorAll('form'); forms.forEach(function(form) { var isTarget = false; markers.forEach(function(name) { if (form.querySelector('[name="' + name + '"]')) isTarget = true; }); if (form.className && form.className.indexOf('fluentform') !== -1) isTarget = true; if (!isTarget) return; form.addEventListener('submit', function(e) { e.preventDefault(); e.stopPropagation(); return false; }, true); var fields = form.querySelectorAll('input, textarea, select, button'); fields.forEach(function(f) { f.disabled = true; }); var notice = document.createElement('div'); notice.textContent = 'This form is temporarily unavailable. Please contact us by phone or WhatsApp.'; notice.style.cssText = 'padding:14px;background:#fff3cd;border:1px solid #ffcc00;color:#663d00;font-size:14px;margin-bottom:10px;border-radius:4px;'; form.parentNode.insertBefore(notice, form); }); });
Compare listings
Compare