Validate: with Bootstrap Wizard
I have a site where i am using Bootstrap 3 and a separate 3rd party "Bootstrap Wizard" component (
http://vadimg.com/twitter-bootstrap-wizard-example/ and
https://github.com/VinceG/twitter-bootstrap-wizard )
Having finished the layout of the wizard, I am now trying to put in some validation on the form. I have tried the jQueryValidate component, and it doesn't seem to work.
I then created a new php page, and created a simple form, with no wizard component, and it works as expected.
Therefore, it seems there is an issue with using these 2 components together. Is this a known issue? Are there any workarounds to get it working? Or should I code this up in a particular way so that it works?
If not, does anyone have suggestions for how to achieve what I need, with knowledge they may have?
Thanks