A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
npm install django-formsetAbout
=====
This is a fork of the django-dynamic-formset library.
Django formsets helps you create more usable formsets by allowing clients to add and remove forms from within the browser
using Javascript. This fork adds:
* installation from npm
* Added beforeAdd callback
* Added beforeDelete callback
* Made remove links not tabbable
installation
============
npm install django-formset@latest