ModelFormSet submit with JQuey

2012-04-14 Thread Massimo Barbierato
I need to submit two "forms" with "jquery" because i don't want to put two input buttons in the template. The problem is that one of them is a model_formset and it needs {{ formset.management_form }}, and i inserted it in the template, but i still receive the error "ValidationError:

ModelFormSet submit with JQuey

2012-04-14 Thread Massimo Barbierato
I need to submit two forms with jquery and not with two input buttons. One of them is a model_formset so i have to add {{ form.management_form }}, and i did it, but i still receive the error: "ManagementForm data is missing or has been tampered with". How can i resolve it? Thanks Max --