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 wizard view would do the trick.  Seems not.

Using the condition_dict can say when a step should be skipped.  But this 
isn't the same as jumping to a specific step.

What I really want is to (somewhere!) check the values of a form right 
after the user hit "submit". Based on those values, jump to the next 
appropriate form.

What is broken in my thinking about this?  Are people actually writing 
wizards with 1.4 that use the form wizard and do branching?


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/lMGczulckp8J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to