I want to automatically add new forms to a Django formset using Ajax, so that when the user clicks an \"add\" button it runs JavaScript that adds a new form (which is part o
I've posted a snippet from an app I worked on a while back. Similar to Paolo's, but also allows you delete forms.