elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
677 stars 311 forks source link

Add another functionality prepopulates new form with data #116

Open cory-weiner opened 8 years ago

cory-weiner commented 8 years ago

Can't find anything in the documentation about this, but using the 'add another' functionality prepopulates the newly created form with the same data as the last form in the formset.

Ideally this behavior would be set when constructing the javascript formset object, with an option to use a blank form.

jayache80 commented 8 years ago

Same issue. Any word?