You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
hi,
I am using jqury formset for django formset factory. Problem is the form count depends on TOTAL_FORMS. That means if I add 3forms, in the next GET request the page loads with 3 forms and when i click on add-row, again 3forms are added at once, but I want to add only one form. Any help?