|
|
@@ -63,7 +63,7 @@
|
|
|
submitHandler: function(validator, form) {
|
|
|
// validator is the BootstrapValidator instance
|
|
|
// form is the jQuery object present the current form
|
|
|
- form.find('.alert').html('Thanks for signing up. Now you can sign in as ' + validator.getFieldElement('username').val()).show();
|
|
|
+ form.find('.alert').html('Thanks for signing up. Now you can sign in as ' + validator.getFieldElements('username').val()).show();
|
|
|
//form.submit();
|
|
|
},
|
|
|
fields: {
|