Hi there, I need to dynamically create complex forms in my application. Since version 1.0 django has these form wizards, which can manage complex forms quite well. Now my only problem is, that they apparently have to be statically mapped by the urls.py. But what I need is a different set of forms for the wizard, depending of an ID specified in the URL.
ie /order/1/accept/ shall use OrderAcceptionWizard([OrderPartOneForm, OrderPartTwoForm]) but /order/2/accept/ shall use OrderAcceptionWizard([OrderPartOneForm, OrderPartThreeForm]). any idea if this is somehow possible? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. 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 -~----------~----~----~----~------~----~------~--~---