Re: dynamic form wizards

2009-04-23 Thread Ayaz Ahmed Khan
On 23-Apr-09, at 6:31 PM, Dennis Schmidt wrote: > 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 mapp

Re: dynamic form wizards

2009-04-23 Thread Dougal Matthews
First result in a google search for "django dynamic forms" gives you this; http://www.b-list.org/weblog/2008/nov/09/dynamic-forms/ Just so happens I read it today and found it useful. You can create your form fields on the fly in the __init__, I've got a form thats completely generated from my mod

dynamic form wizards

2009-04-23 Thread Dennis Schmidt
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