Please contact us using the form and we’ll get back to you as soon as possible.
Enquiry Us
Sign up for new smartdigitalseo content, updates, surveys & offers.
// Enable or disable the submit button based on the validation results
// Regular expression to match only letters (assuming ASCII letters)
} else if (!letterRegex.test(x.trim())) { // Check for non-text characters
} else if (x.length < 6) { // Optional: Show a message about length if needed
// Remove all non-digit characters from the input
var address = input.value.trim(); // Trim leading and trailing whitespaces
msg.style.display = "none"; // Change 'none' to 'hidden'