.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user