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
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
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
3 matches
Mail list logo