Steps Form
Unstable feature
To be used at your own risk. This feature described below can be removed in any subsequent minor/major release
Learn more about the design decision around provisional features.
Purpose
Provides the ability to split a form into steps (without/with generic validation).
Example
View code
- Create a
<div>
element with classwb-steps
(you can also add classwb-frmvld
for validation).<div class="wb-frmvld wb-steps"></div>
- Within previous the
<div>
element add a<form>
element.<form action="#" method="get" id="steps-example"></form>
- Within previous the
<form>
element add your<fieldset>
element which will need an<legend>
and<div>
. These will become your steps<fieldset>
<legend>Client Information</legend>
<div>(Any content in the div will be hidden.)</div>
</fieldset>
- Date modified: