#9200: Add a session based form wizard
-----------------------------------------------+----------------------------
Reporter: ddurham | Owner: nobody
Status: new | Milestone:
Component: django.contrib.formtools | Version: SVN
Resolution: | Keywords: session wizard
Stage: Design decision needed | Has_patch: 1
Needs_docs: 1 | Needs_tests: 1
Needs_better_patch: 0 |
-----------------------------------------------+----------------------------
Comment (by [EMAIL PROTECTED]):
I'm certainly interested; I've hacked the normal form wizard a bit to
allow previews by putting the final POST into the session and redirecting
to a new page with a submit-button and a dump of the data. (Oh and wizards
which can take ModelForms with instances of course... can't have a wizard
to change anything without that.)
What would be really nice is to allow each page/slide of the wizard to
have its own url, then supporting forward/back would be trivially easy.
Not needed for simple survey-things of course but handy when the wizard is
"windows"-style, used to configure something.
I've yet to see a need to dynamically change a wizard too.
--
Ticket URL: <http://code.djangoproject.com/ticket/9200#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---