The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
jQuery form wizard plugin
About the plugin
The form wizard plugin is a jQuery plugin which can be used to create wizard like page flows for forms without having to reload the page in between wizard steps.
The plugin is unobtrusive and gives the developer great freedom on how they set up the flow of the different steps in their wizards, as the plugin supports creating specific routes in the form; depending on the user input.
Features
- Built on top of jQuery UI for flexible theming
- Divides a single form into different steps to simulate a flow of steps rather than one big form.
- Supports different routes to be taken in the form, depending on user input.
- Submits only input fields located on visited steps in the form.
- Supports multiple "submit"-steps
- Supports both back and forward navigation.
- Supports the usage of browser back- and forward-buttons through integration with the jQuery BBQ: Back Button & Query Library plugin
- Supports client-side validation through integration with the jQuery validation plugin
- Supports posting the form using AJAX through integration with the jQuery.form plugin
- Integrated plugins are fully configurable, providing e.g. possibility for localization, extra validation rules and custom callbacks used during the AJAX-request.
Project pages and documentation
The following plugins are optional but can be used in conjunction with the formwizard plugin to give a better user experience than the just the plain formwizard plugin can.
Validation
This plugin can be seamlessly be integrated into the wizard to provide client-side validation of user input. It supports localized error messages as well as custom validation rules.
jQuery BBQ: Back Button & Query Library
The jQuery BBQ plugin can be added to enable browser back and forward buttons in the wizard.
jQuery BBQ: Back Button & Query Library
Form Plugin
The form plugin will make it possible to send the data from the wizard using AJAX.
Updates
Get information on new releases by following the project on Twitter : http://twitter.com/thecodemine
