Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A responsive multi-step form wizard built on Bootstrap with Material Design styling, including three example flows and five color options.
Material Bootstrap Wizard is a free, responsive multi-step form wizard for Bootstrap that breaks long forms into step-by-step chunks, inspired by Google's Material Design and published by Creative Tim.
Material Bootstrap Wizard is a JavaScript plugin and UI template that converts long forms into a step-by-step wizard interface, so users see one section at a time instead of an endless page. It takes HTML form fields as input and outputs a multi-step flow with progress indication, validation, and five color schemes. The wizard runs on Bootstrap with jQuery and includes the jQuery Validation plugin for form checking. The design elements come from Creative Tim's Material Kit, and the underlying wizard plugin was originally created by Vadim Vincent Gabriel.
The wizard works by dividing your form fields into separate steps and showing one step at a time. Users click or navigate to the next step only after the current step passes validation, and a progress bar at the top shows how many steps remain. Navigation is handled by jQuery, and you can use the plugin's documented API to customize behavior.
Material Bootstrap Wizard is free. You can download the source from GitHub or from Creative Tim's product page, and it is licensed under MIT.
Yes, the wizard is free to download and use. It was switched to an MIT license in version 1.0.2, so you can use it in commercial projects without paying a license fee.
The download contains an assets folder with CSS, JS, Sass, and image files, plus a documentation folder and three example HTML files: wizard-book-room.html, wizard-build-profile.html, and wizard-list-place.html. The JavaScript includes jQuery, Bootstrap, the validation plugin, and the wizard plugin itself.
The package includes its own bootstrap.min.css and bootstrap.min.js, so it works out of the box with the bundled version. If you want to use it with a different Bootstrap release, you will need to check compatibility yourself; the README does not specify a version number.
Three examples are included: booking a hotel room, building a user profile, and listing a place. Each demonstrates a realistic multi-step form layout you can reuse or adapt.
