|
@@ -50,6 +50,8 @@
|
|
|
|
|
|
|
|
var that = this;
|
|
var that = this;
|
|
|
this.$form
|
|
this.$form
|
|
|
|
|
+ // Disable client side validation in HTML 5
|
|
|
|
|
+ .attr('novalidate', 'novalidate')
|
|
|
.addClass(this.options.elementClass)
|
|
.addClass(this.options.elementClass)
|
|
|
.on('submit', function(e) {
|
|
.on('submit', function(e) {
|
|
|
that.formSubmited = true;
|
|
that.formSubmited = true;
|