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?
-- 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?
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWA-MMy6r_RAe5bihBOw5Y6igY%3DTcdasmSjF%3DEXpoSw%2BRKhgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment