From 111410cc7c3bde5f428fa5dbaef1597f9cf15a83 Mon Sep 17 00:00:00 2001 From: dereklseitz Date: Tue, 26 Aug 2025 01:43:53 -0500 Subject: [PATCH] . --- src/scripts/contact-form.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/scripts/contact-form.js b/src/scripts/contact-form.js index fec33a0..0a70dd2 100644 --- a/src/scripts/contact-form.js +++ b/src/scripts/contact-form.js @@ -66,12 +66,6 @@ form.addEventListener("submit", function(event) { let hasErrors = false; - // Validation logic... - //if (!privacyAccepted) { - // showMessage("Privacy Policy must be accepted before submitting."); - // hasErrors = true; - //} - if (!firstName) { showError("first-name", "Please enter your first name."); hasErrors = true;