tags:

views:

80

answers:

1

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

These methods both appear a bit involved. Is there a simpler way?

+2  A: 

I know this is a new feature in the admin in Django 1.2.

Maybe you can take a look at the way they implemented it there.

Flávio Amieiro
Thanks; will see what I can do with this.
RexE