From 37d1b3af57d35b9e47446992e67df363805b0f9d Mon Sep 17 00:00:00 2001 From: dereklseitz Date: Tue, 26 Aug 2025 00:04:26 -0500 Subject: [PATCH] . --- src/scripts/contact-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/contact-form.js b/src/scripts/contact-form.js index f344f7c..f2b33d7 100644 --- a/src/scripts/contact-form.js +++ b/src/scripts/contact-form.js @@ -68,7 +68,7 @@ form.addEventListener("submit", function(event) { // Validation logic... if (!privacyAccepted) { - showMessage("Privacy Policy must be accepted before submitting.", true); + showMessage("Privacy Policy must be accepted before submitting."); hasErrors = true; }