“Andre's expertise and focus on customer service in waterproofing sets Pure Service Pro apart from the rest.”

We've Got the Right Tools
Expert Service From Trusted Professionals
Schedule an Inspection Today!
Get Started
Schedule Your

Free Inspection
We're Ready to Serve You!
*All homeowners must be present at the time of inspection.
Get Started

“A very professional company! First, we found Pure Service Pro for mold testing & remediation and that was a great experience. While our basement was still empty, we decided that a French Drain was a worthy investment for us. We worked directly with the owner, Andre, for both projects and he is extremely knowledgeable with no hard sales tactics necessary. His crew and his office manager were very courteous & professional as well. ”

See More Reviews
// function generateCaptcha1() { // var a = Math.floor(Math.random() * 10) + 1; // var b = Math.floor(Math.random() * 10) + 1; // var captchaText = a + " + " + b + " = ?"; // document.getElementById('ebcaptchatext1').innerText = captchaText; // document.getElementById('ebcaptchainput1').dataset.result = a + b; // } // function validateCaptcha1() { // var input = document.getElementById('ebcaptchainput1').value; // var result = document.getElementById('ebcaptchainput1').dataset.result; // var errorElement = document.getElementById('error-captcha1'); // if (input != result) { // errorElement.innerText = "Incorrect captcha. Please try again."; // generateCaptcha1(); // return false; // } else { // errorElement.innerText = ""; // Clear error message if validation passes // return true; // } // } // document.addEventListener('DOMContentLoaded', function() { // generateCaptcha1(); // document.getElementById('contactForm').addEventListener('submit', function(event) { // // Clear all previous error messages // document.querySelectorAll('.error-message').forEach(function(el) { // el.innerText = ""; // }); // var isValid = true; // // Validate first name // if (!document.querySelector('[name="MSM_firstname"]').value) { // document.getElementById('error-firstname').innerText = "First name is required."; // isValid = false; // } // // Validate last name // if (!document.querySelector('[name="MSM_lastname"]').value) { // document.getElementById('error-lastname').innerText = "Last name is required."; // isValid = false; // } // // Validate email // var email = document.querySelector('[name="MSM_email"]').value; // if (!email) { // document.getElementById('error-email').innerText = "Email is required."; // isValid = false; // } // // Validate phone // if (!document.querySelector('[name="MSM_homephone"]').value) { // document.getElementById('error-homephone').innerText = "Phone number is required."; // isValid = false; // } // // Validate service type // if (!document.querySelector('[name="MSM_title"]').value) { // document.getElementById('error-title').innerText = "Service type is required."; // isValid = false; // } // // Validate captcha // if (!validateCaptcha1()) { // isValid = false; // } // if (!isValid) { // event.preventDefault(); // } // }); // });