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: 447
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:
I found the following different solutions:
http://www.eggdrop.ch/blog/2007/02/15/django-dynamicforms/
Is there another best practice I might not be aware of?
© Stack Overflow or respective owner