Hi everyone,

I'm using an inline formset on a model. I have some jQuery that adds
an additional form to the page, and augments the TOTAL_FORMS parameter
by 1.

The problem is that the dynamically added form is not present in the
collection of forms when I save the formset. All of the name and ID
parameters follow the pattern established by the formset factory for
the inputs, but if I iterate over the instances in the formset, those
dynamically added forms are nowhere to be found.

Does anyone have any ideas on what could be wrong? I have verified the
number of TOTAL_FORMS in the management form matches the number of
forms present after adding the new form, but I'm not sure what else to
check.

Kind regards,
Brandon
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to