This class provides the ability for a SessionWizard to keep track of the important state of a multi-step form. Instead of keeping track of the state through <input type="hidden"> fields, it subclasses the python UserDict object and stores its data in the properties steps,``current_step`` and form_data.
New in version 0.1.
Parameters: |
|
---|