Book a Free Demo Now!

      Download Brochure

      Error: Contact form not found.

      document.addEventListener('DOMContentLoaded', function () { document.querySelector('.wpcf7 form').addEventListener('submit', function (e) { let phoneField = document.querySelector('input[name="tel-332"]'); let phoneValue = phoneField.value.trim(); // Check if the input is exactly 10 digits if (!/^\d{10}$/.test(phoneValue)) { alert("Please enter a valid 10-digit phone number."); e.preventDefault(); // Prevent form submission } }); });