bootstrap-wizard
bootstrap-wizard copied to clipboard
I have added the Input field but not getting the error message..
//code for validator // Code for the Validator var $validator = $('.wizard-card form').validate({ rules: { firstname: { required: true, minlength: 3 }, lastname: { required: true, minlength: 3 }, password : { required: true, minlength: 5 }, email: { required: true, minlength: 3, } } }); //wizar card for input fields