django-form-builder’s documentation

A Django Framework application to build dynamic forms and define custom form fields types.

Github: https://github.com/UniversitaDellaCalabria/django-form-builder

Features:

  • Forms definitions via JSON object;

  • Save compiled form as JSON objects in model db and get its structure and contents with a simple model method call;

  • Override form constructor in order to add static common fields;

  • Create input fields using heritable classes, with customizable validation methods;

  • Manage Django Formset fields, with form insertion and removal via javascript;

  • Manage and verify digitally signed file fields (PDF and P7M) without a certification authority validation (TODO via third-party API).


Installation