Django Form builder
Project description
Django Form Builder
A Django Framework application to build dynamic forms, with widgets and Django's standards, using a JSON objects.
Every form can be saved in a configurable storage, in JSON format. Users that requires a high level of customization will found in it what they look for.
Consult the Official Documentation at readthedocs for usage specifications and advanced topics.
Image 1: Example of Dynamic Form built via frontend
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).
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"
}
}
Project details
Release history Release notifications | RSS feed
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-0.8.5.tar.gz
(22.3 kB
view details)
File details
Details for the file django-form-builder-0.8.5.tar.gz
.
File metadata
- Download URL: django-form-builder-0.8.5.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7dcc1a1711f0b17400d3680363b35291bb152bc39dca9f934c4f5861aab5cff |
|
MD5 | 613f2b16c07c54a1c86813d692e42351 |
|
BLAKE2b-256 | e3053a908ae5aad95d85684940e85276836deb1bd42615ef719b59bb7eab2d6f |