Re: Form Wizard usable with branching?

2012-08-06 Thread Germán
Hi @mtnhiker. I ran into very similar problems and spent weeks dealing with a View class based on Django-1.4's django.contrib.formtools.wizard.views.SessionWizardView. It was so much customization that some things started to go wrong and debugging was awful. I came up with this solution:

Re: Form Wizard usable with branching?

2012-08-03 Thread mtnhiker
Answering my own question... I debugged my brain a bit and got something working with branching. Here's my interpretation of my brain bug. First a "step" is not something attached to a particular form. Its the index in a sequence. The same form might be step 2 with one branching structure

Form Wizard usable with branching?

2012-08-03 Thread mtnhiker
I think I must be missing something. To me a wizard should provide questions and branch according to the answers (otherwise why not just put it all in one form?). I've searched the docs and web and source, but I don't find anything that lets me branch. I thought the "condition_dict" of the