When you add a form with javascript, you must also increment the
hidden field in the management form which holds the form count.
Actually, you'll need to read that field before you add the form to
determine what the proper ids and names for the new input elements
should be.  Validation will then expect and validate that number of
forms when the user submits.

-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