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;