I want to automatically add new forms to a Django formset using Ajax, so that when the user clicks an \"add\" button it runs JavaScript that adds a new form (which is part o
Check out the following solutions to dynamic django forms:
http://code.google.com/p/django-dynamic-formset/
https://github.com/javisantana/django-dinamyc-form/tree/master/frm
They both make use of jQuery and are django-specific. The first seems a bit more polished and offers a download that comes w/demos which are excellent.