elo80ka / django-dynamic-formset

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

Does not read parameters from forms.py #132

Open dfrojas opened 7 years ago

dfrojas commented 7 years ago

Hi, im using this plugin and works perfectly. But now I realize that does not read the parameters from inlineformset_factory for example, I set up max_num=5 but the plugin keep adding more than 5 fields, same happens with min_num. Any idea of how to fix it or i'm wrong? Thanks

pije76 commented 3 years ago

Yes it happen to me with modelformset_factory. But after change the prefix then it work.