This commit is contained in:
2025-08-26 00:04:26 -05:00
parent 2db0050f44
commit 37d1b3af57

View File

@@ -68,7 +68,7 @@ form.addEventListener("submit", function(event) {
// Validation logic... // Validation logic...
if (!privacyAccepted) { if (!privacyAccepted) {
showMessage("Privacy Policy must be accepted before submitting.", true); showMessage("Privacy Policy must be accepted before submitting.");
hasErrors = true; hasErrors = true;
} }