Dynamically expanding Django forms

Posted by RexE on Stack Overflow See other posts from Stack Overflow or by RexE
Published on 2010-03-15T01:58:33Z Indexed on 2010/03/15 2:09 UTC
Read the original article Hit count: 425

Filed under:
|

I would like to create a form where a user can enter an arbitrary # of items in separate textboxes. The user could add (and potentially remove) fields as needed. Something like this: alt text

I found the following different solutions:

http://www.eggdrop.ch/blog/2007/02/15/django-dynamicforms/

http://dewful.com/?p=100

Is there another best practice I might not be aware of?

© Stack Overflow or respective owner

Related posts about django

Related posts about python