6 jQuery Form Wizard Plugins

Share this article

6 jQuery Form Wizard Plugins

A jQuery Form Wizard is a jQuery plugin that assists with the creation of forms with some sort of form flow (without refreshing your page). For example, if you had a large form for entering user data, you could use a form wizard to divide it into a series of related steps. This has the advantage of not overwhelming users with a really long form and also giving them some indication of their progress as they enter their information.

In this post we list 6 of our favorite jQuery form wizards, examine their different features and finally look at a couple of paid options, as well as how to create your own. This isn’t intended to be an exhaustive list, but if you are looking for a jQuery form wizard, then hopefully this will point you in the right direction.

This popular post was updated on 30.08.2017. Broken / abandoned plugins were removed from the list and new plugins were added to reflect features people were asking for in the comments.

1. jQuery Steps

jQuery Steps is a smart UI component which allows you to easily create wizard-like interfaces. This plugin groups content into sections for a more structured and orderly page view. It has a plethora of features, such as async content loading, state persistence (it saves your input between steps) and transition effects between sections. It can be installed via NuGet or bower and has a well-documented and feature-rich API.

jQuery Steps

Homepage | GitHub | Demo

2. jQuery Smart Wizard

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. Its features include theme support (with various themes included), URL navigation and step selection and the ability to dynamically hide or disable steps. It can be installed via npm, bower or composer and has a well-documented and feature-rich API.

jQuery Smart Wizard

Homepage | GitHub | Demo

3. formToWizard

This lightweight plugin turns any webform into multi-step wizard with jQuery, whereby every form <fieldset> is turned into a separate step with forward and back buttons. It doesn’t have nearly as many features as the previous two plugins, but does integrate with the jQuery validation plugin to provide validation functionality. It is a single file (so you can just grab it off GitHub and go) and if JavaScript is unavailable, it degrades gracefully.

formToWizard

GitHub | Demo

4. jQuery Stepy

jQuery Stepy is a plugin that generates a customizable form wizard. It assumes your form has a certain markup structure and that specific classes are available on the markup. After that you just need to initialize the plugin and voilà – you have a form wizard.

The plugin doesn’t come with any pre-defined styles. However, it does have a variety of options, such as being able to navigate between the steps, offering forward, back and finish buttons, transition effects and integration with any validation plugin of your choosing. It offers a reasonable API which, for example, allows you to trigger a callback between steps, or fire a callback when the current step is rendered.

jQuery Stepy

Homepage | GitHub

5. Twitter Bootstrap Wizard

This Twitter Bootstrap plugin builds a wizard using a formatted tabbable structure. It allows users to build a wizard functionality using buttons to go through the different wizard steps and events to hook into each step individually. This plugin’s key strength is its tight integration with Bootstrap. It ships with some basic features, such as validation, a progress bar and the ability to programatically enable and remove steps. In addition to somply cloning the plugin from GitHub, it can also be installed via Bower (although this isn’t recommended). It is reasonably well documented and offers up a basic API.

twitter-bootstrap-wizard

Homepage | GitHub | Demo

6. jQuery.wizard

And finally, at number six we have jQuery.wizard. This is an asynchronous form wizard that supports branching—something requested by people in the comments.

The basic structure of the wizard revolves around steps and branches, the latter being optional. A simple, linear form may only require one branch that contains all of the steps, whereas a complex form may require the use of several branches, or even nested branches. The number of steps and branches in a form is thus left entirely to the developer. The wizard employs an asynchronous finite-state machine that determines how to navigate through itself.

This plugin is exceptionally well documented and offers an extensive API. It can be installed via npm or Bower and is compatible all the way back to Internet Explorer 6. It has been designed to integrate well with various other plugins, including the ever-popular jQuery Validation. You can view demos of the various examples by cloning the repo and viewing examples/index.html in your browser.

jQuery.wizard

GitHub

Bonus

The world of open-source software is great and oftentimes you’re spoiled for choice when selecting a widget to use in your next project. However, this doesn’t mean that we should shy away from paying for things that actually give us value. As such, here are two form wizard plugins that are paid solutions. I encourage you to check these out and to purchase them, if they are right for you:

And finally, if you’re the kind of person that would rather understand what is going on under the hood, as opposed to grab a plugin, then maybe you might like to check out these tutorials that show you how to create a form wizard from scratch.

Enjoy!

Conclusion

So there you have it — a high-level overview of six jQuery form wizard plugins, each of which have slightly different features and strengths. Whichever you choose will depend upon your project requirements. I hope you found something in this post that was useful for you. Let us know if we missed anything out, or which plugin is your favorite by posting a comment below.

Frequently Asked Questions about jQuery Form Wizard Plugins

What are the key features to look for in a jQuery Form Wizard Plugin?

When selecting a jQuery Form Wizard Plugin, there are several key features to consider. Firstly, the plugin should be easy to use and integrate into your existing code. It should also be customizable, allowing you to adjust the look and feel to match your website’s design. The plugin should also support validation, ensuring that the data entered by users is correct and complete. Additionally, it should offer a smooth user experience, with clear navigation and progress indicators. Lastly, the plugin should be well-documented and supported, with regular updates and a responsive developer community.

How do I integrate a jQuery Form Wizard Plugin into my website?

Integrating a jQuery Form Wizard Plugin into your website typically involves a few steps. Firstly, you need to include the jQuery library and the plugin’s JavaScript and CSS files in your HTML file. Then, you need to initialize the plugin on your form element using JavaScript. The exact code will depend on the specific plugin you’re using, but most plugins provide detailed documentation and examples to guide you through the process.

Can I customize the look and feel of a jQuery Form Wizard Plugin?

Yes, most jQuery Form Wizard Plugins are highly customizable. You can typically adjust the colors, fonts, button styles, progress indicators, and more. Some plugins even allow you to use custom HTML and CSS for complete control over the design. Check the plugin’s documentation for details on how to customize its appearance.

Do jQuery Form Wizard Plugins support form validation?

Yes, many jQuery Form Wizard Plugins support form validation. This means they can check the data entered by users for errors before the form is submitted. Some plugins come with built-in validation features, while others allow you to integrate with third-party validation libraries. Check the plugin’s documentation for details on its validation capabilities.

How do I update a jQuery Form Wizard Plugin?

Updating a jQuery Form Wizard Plugin typically involves replacing the plugin’s JavaScript and CSS files with the latest versions. You may also need to update your initialization code if the new version includes breaking changes. Always check the plugin’s release notes and documentation before updating to ensure a smooth transition.

Are jQuery Form Wizard Plugins compatible with all browsers?

Most jQuery Form Wizard Plugins are designed to be compatible with all modern browsers, including Chrome, Firefox, Safari, and Edge. However, compatibility with older browsers, such as Internet Explorer, may vary. Check the plugin’s documentation for details on browser compatibility.

Can I use a jQuery Form Wizard Plugin with a responsive design?

Yes, many jQuery Form Wizard Plugins are designed to work with responsive designs. This means they can adjust their layout and functionality to suit different screen sizes and devices. Check the plugin’s documentation for details on its responsive capabilities.

How do I troubleshoot issues with a jQuery Form Wizard Plugin?

If you’re experiencing issues with a jQuery Form Wizard Plugin, there are several steps you can take. Firstly, check the plugin’s documentation and FAQ for solutions to common problems. If you can’t find a solution, try reaching out to the developer or the plugin’s community for help. You can also try debugging the issue yourself using browser developer tools.

Can I use multiple jQuery Form Wizard Plugins on the same page?

While it’s technically possible to use multiple jQuery Form Wizard Plugins on the same page, it can lead to conflicts and issues. It’s generally best to stick with one plugin per page to ensure a smooth user experience.

Are jQuery Form Wizard Plugins free to use?

Many jQuery Form Wizard Plugins are free to use, but some may require a license for commercial use. Always check the plugin’s license and terms of use before integrating it into your website.

James HibbardJames Hibbard
View Author

Network admin, freelance web developer and editor at SitePoint.

jameshjQuery
Share this article
Read Next
Get the freshest news and resources for developers, designers and digital creators in your inbox each week