This commit is contained in:
2025-08-26 01:43:53 -05:00
parent 8ab7882501
commit 111410cc7c

View File

@@ -66,12 +66,6 @@ form.addEventListener("submit", function(event) {
let hasErrors = false; let hasErrors = false;
// Validation logic...
//if (!privacyAccepted) {
// showMessage("Privacy Policy must be accepted before submitting.");
// hasErrors = true;
//}
if (!firstName) { if (!firstName) {
showError("first-name", "Please enter your first name."); showError("first-name", "Please enter your first name.");
hasErrors = true; hasErrors = true;