Dynamically expanding Django forms
- by RexE
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/
http://dewful.com/?p=100
Is there another best practice I might not be aware of?