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