N0 124, Sri Shanmuga Vishnavi Elite, 2 Floor, opp to BTS Bus Stand, 2nd Cross, Subramanyapura, Bengaluru, Karnataka - 560061 Contact:+91 9880412354 +91 8746999992 www.saacs.co.in
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelector('form').addEventListener('submit', function(event) {
const phoneInput = document.querySelector('input[type="tel"]').value;
if (!phoneInput.startsWith('+91')) {
event.preventDefault();
alert("Please enter a valid Indian phone number.");
}
});