Skip to content
  • ABOUT US
  • OUR SUCCESS
  • TESTIMONIALS
  • ABOUT US
  • OUR STYLISTS
  • PRICES
  • GALLERY
  • OPENING TIMES
  • CONTACT
  • GALLERY
  • OPENING TIMES
  • CONTACT
CALL NOW – FOR MORE INFORMATION

A Special Offer Just For You

Special Offer FemaleMatt Smith2024-08-10T20:10:07+00:00
female-promo-flyer
Download Promo

© Copyright 2012 - 2025 | Precision Medical Hair Restoration & Aesthetics | All Rights Reserved | Design by Ad House Advertising | Privacy Policy | Terms of Use

Page load link
document.addEventListener("DOMContentLoaded", function () { let phoneField = document.querySelector("input[name='phone_number']"); if (phoneField) { phoneField.addEventListener("input", function () { let usPhoneRegex = /^(?:\+1|1)?\s*\(?[2-9][0-9]{2}\)?[-.\s]?[0-9]{3}[-.\s]?[0-9]{4}$/; if (!usPhoneRegex.test(phoneField.value)) { phoneField.setCustomValidity("Please enter a valid US phone number (e.g., (505) 123-4567 or 505-123-4567)."); } else { phoneField.setCustomValidity(""); } }); } // Prevent form submission if phone number is invalid let form = document.querySelector("form"); if (form) { form.addEventListener("submit", function (event) { if (phoneField && !phoneField.checkValidity()) { event.preventDefault(); // Stop form submission alert("Please enter a valid US phone number before submitting."); } }); } });
Go to Top