# jQuery Smart Wizard 4 #### The awesome jQuery step wizard plugin with Bootstrap support. > **Compatible with `Bootstrap 4` from version `v4.3.1`** [](https://travis-ci.org/techlab/SmartWizard) [](https://badge.fury.io/js/smartwizard) [](https://badge.fury.io/bo/smartwizard) [](https://packagist.org/packages/techlab/smartwizard) [](https://raw.githubusercontent.com/techlab/SmartWizard/master/LICENSE) [](https://www.paypal.me/dipuraj) Smart Wizard is a flexible and heavily customizable **jQuery step wizard plugin** with **Bootstrap** support. It is easy to implement and gives a neat and stylish interface for your forms, checkout screen, registration steps etc. Based on the feedback from our users over the past years we have come up with the **best ever built jQuery wizard plugin of all time**, all new Smart Wizard 4. The plugin is been completely rewritten from scratch, made it more powerful, robust, scalable and customizable. We have added a lot of features not limited to Bootstrap 4 support, themes, customizable toolbars, customizable options, public methods, event support and a lot more. See the list of [features](http://techlaboratory.net/smartwizard#features), [demos](http://techlaboratory.net/smartwizard/demo) and [documentation](http://techlaboratory.net/smartwizard/documentation) for more details. + [Homepage](http://techlaboratory.net/smartwizard) + [Documentation](http://techlaboratory.net/smartwizard/documentation) + [Demos](http://techlaboratory.net/smartwizard/demo) + [StackOverflow Q&A](http://stackoverflow.com/questions/tagged/smart-wizard) + [GitHub Issues](https://github.com/techlab/SmartWizard/issues) Screenshots -----    Demos ----- + [Basic Example](http://techlaboratory.net/smartwizard/demo/basic) + [Ajax Contents](http://techlaboratory.net/smartwizard/demo/ajax) + [Input Validation](http://techlaboratory.net/smartwizard/demo/validation) + [Events](http://techlaboratory.net/smartwizard/demo/events) + [With Modal Dialog](http://techlaboratory.net/smartwizard/demo/modal-dialog) Requirements ----- + [Bootstrap 4.0.0](http://getbootstrap.com/getting-started/#download) + [jQuery](http://jquery.com/) (supports jQuery 1.9+, jQuery 2+ and jQuery 3+) Installation ----- ### [NPM](https://www.npmjs.com/package/smartwizard) npm install smartwizard ### [Yarn](https://yarn.pm/smartwizard) yarn add smartwizard ### Bower bower install smartwizard ### [Composer](https://packagist.org/packages/techlab/smartwizard) composer require techlab/smartwizard ### Download #### [Download from GitHub](https://github.com/techlab/SmartWizard/archive/master.zip) Usage ----- Include Bootstrap CSS (*ignore this if you have already included on the page*). ```html ``` Include SmartWizard CSS ```html ``` Optionally, if you want to use the theme include the corresponding theme css ```html ``` Include HTML (*This is the basic HTML markup for the Smart Wizard. You can customize it by adding your on steps contents*). ```html