orige-zz / jquery-bootstrap-modal-steps

A lightweight step by step modal for bootstrap
MIT License
30 stars 36 forks source link

Cancel next upon form validation error #6

Open jdixon-86 opened 8 years ago

jdixon-86 commented 8 years ago

I see how to perform the callbacks but is it possible to make it not go to the next step when validation fails? What I mean is if the callback could pass a true or false value back which tells the step to move forward or not.

Trying to implement form validation

orige-zz commented 8 years ago

Hey. You can just disable the next button when the validation not passes. Today, there are no callbacks for validation in both buttons, previous step and next step.