I'm not expert at this.  I've only used formsets a little, and I've
never added any dynamically.  But depending upon your requirements,
you could define the formset with an adequate number of "extra=" forms
and have the javascript hide most of them by default, displaying an
additional one each time a button is pressed.  I believe that formsets
are smart enough to simply ignore extra forms, which have not been
filled in, during validation.  This might be simpler than generating
the forms on the fly in javascript.  And in this case you would not
have to worry about modifying the management form. But like I say, I'm
no whiz at this.

-Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to