Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/wizard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,14 @@ the name of the current step.

.. _wizardview-advanced-methods:

Manually resetting a form
-------------------------
Sometimes you might want to manually clear the saved form data for a particular session
of a wizard. You can do this by passing the ``reset`` parameter in the form url, e.g.
``https://[...]formtools-url?reset`` .
Note: for ``NamedUrlWizardView`` this only works for the base url and not any of the
`step` urls.

Advanced ``WizardView`` methods
===============================

Expand Down