When constucting a form wizard, the wizard needs to be composed of a sequental series of steps in which it is to display forms to the user and collect the data from those forms. To be able to provide these forms to the SessionWizard, you must first wrap the Django django.forms.Form in a Step object. The Step object gives the ability to store the django.forms.Form class to be used, as well as, a unique slug to be used in the wizard navigation.
New in version 0.1.
Parameters: |
|
---|