/django-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

About

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