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/
These methods both appear a bit involved. Is there a simpler way?