I want to dynamically add new forms to a Django formset, so that when the user clicks an “add” button it runs JavaScript that adds a new form (which is part of the formset) to the page.
I want to dynamically add new forms to a Django formset, so that when the user clicks an “add” button it runs JavaScript that adds a new form (which is part of the formset) to the page.