Formwizard is a jQuery plugin which can instantly convert your standard forms into wizard-like interfaces.
Once it is applied, users will be able to fill the form step-by-step (which is nice for big forms) & it becomes possible to show different steps according to the input values.
It only requires a few markup updates like wrapping every step with elements that has
Formwizard also plays nice with the popular validation & form plugins that will help enabling client-side form validation & Ajaxed submissions.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://thecodemine.org/
Once it is applied, users will be able to fill the form step-by-step (which is nice for big forms) & it becomes possible to show different steps according to the input values.
It only requires a few markup updates like wrapping every step with elements that has
id
tags: "firstStep, "secondStep", etc & adding class
tags: "step".Formwizard also plays nice with the popular validation & form plugins that will help enabling client-side form validation & Ajaxed submissions.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://thecodemine.org/
0 Responses to Instant Wizard-Like Forms With Formwizard