form validation rebase with master branch

This commit is contained in:
soyed 2021-03-10 20:35:55 -05:00
commit 67da917bf3
3 changed files with 28 additions and 13 deletions

View file

@ -136,4 +136,7 @@ function validateForm() {
} else {
$("#cvvError").html("");
}
}
//after all the test pass submit the form and reset.
contactForm.reset();
}