Skip to main content

Django Form builder

Project description

CI build Python version License

Django Form Builder

A Django Framework application to build dynamic forms, with widgets and Django's standards, using JSON objects.

Forms can be saved in a configurable storage (or settings.py). Users that requires high levels of customization will find what they're look for.

Consult the Official Documentation at readthedocs for usage specifications and advanced topics.

Home Image 1: Example of Dynamic Form built via frontend

Home Image 2: Preview of the builded form

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)
  • Audio and Image Captcha

Examples

Example of a dynamic form JSON in database

{
  "field_1": "value_field_1",
  "field_2": "value_field_2",
  "field_3": "value_field_3",
  "attachments": {
    "p7m": "file_1.pdf.p7m",
    "pdf": "file_2.pdf"
  }
}

CaPTCHA

In settings.py configure these parameters

CAPTCHA_SECRET = b'your_secret'
CAPTCHA_SALT = b'your_salt'

Tests

# build a virtualend where to install all the requirements and requirements-dev ...
cd example
./manage.py test

# coverage
coverage erase
coverage run  ./manage.py test
coverage report -m

Build

rm -R build/ dist/ *egg-info
python3 setup.py sdist
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-form-builder-1.0.1.tar.gz (410.9 kB view details)

Uploaded Source

Built Distribution

django_form_builder-1.0.1-py3-none-any.whl (472.6 kB view details)

Uploaded Python 3

File details

Details for the file django-form-builder-1.0.1.tar.gz.

File metadata

  • Download URL: django-form-builder-1.0.1.tar.gz
  • Upload date:
  • Size: 410.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for django-form-builder-1.0.1.tar.gz
Algorithm Hash digest
SHA256 db899648322366239d7d120840050c49c7161667366aa922b8378581016a1dc7
MD5 8291d721aa57cf0666b75c7d76a12d00
BLAKE2b-256 345d37fd755dc85ec21d00e68fe6c5f3430b2d7ee71817287196d9674affa457

See more details on using hashes here.

File details

Details for the file django_form_builder-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_form_builder-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ce6f606c6a2bc9834e77c972fecead3766b0dbd24edba3651aef03c940cbcf59
MD5 2df25084b42d4188a1630a9ddbd16ab6
BLAKE2b-256 1ef0fca2d32dbe8e2b458ac18a6b167454a98714cb791d053320d1aab90f89f5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page