Fixed a typo causing a validation bug
This commit is contained in:
parent
071d7941ed
commit
d533abe516
@ -1,6 +1,6 @@
|
||||
$(function() {
|
||||
|
||||
$("#contactFrom input,#contactForm textarea").jqBootstrapValidation({
|
||||
$("#contactForm input,#contactForm textarea").jqBootstrapValidation({
|
||||
preventSubmit: true,
|
||||
submitError: function($form, event, errors) {
|
||||
// additional error messages or events
|
||||
|
Loading…
Reference in New Issue
Block a user