Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
cmsplugin-forms-builder
Advanced tools
This plugin provides a simple means of inserting django-forms-builder forms
as django-cms plugins. You will need to override django-forms-builder's default built_form.html
template in your project in order to POST the form using AJAX, which is then handled appropriately by django-forms-builder's built in views. See the sample template for a better idea of how this works.
Verify django-cms and django-forms-builder are installed correctly.
Run pip install cmsplugin-forms-builder
or download this package and run python setup.py install
Add 'forms_builder.forms', 'cmsplugin_forms_builder'
to your project's INSTALLED_APPS.
In order to submit your django-forms-builder forms via AJAX, you will need to override django-forms-builder's default built_form.html
template. Since everyone's use case is different, this repository does not come with a predefined template in order to work "out-of-the-box". However, a sample template is provided to help you get started.
See the Contributing Guidelines.
v1.1.1 (March 29, 2018):
* Organize the plugin in the admin UI with other form plugins.
* Display a useful string description of forms in the admin UI.
v1.1.0 (September 8, 2016):
* Adding migration required for Django CMS v3.3.1 and later, which is now
required for this app.
v1.0.1:
* Include README.md in the manifest.
v1.0.0:
* Removed unnecessary code in views.py and urls.py.
* Improved documentation in README
* Added screenshots and sample `build_form.html` template
* Fixed setup.py, no longer requires pip>=6.0
* Loosened requirements slightly
v0.1.11:
* Update to Django 1.7 migrations
v0.1.4:
* Fixed bug on Safari browser, make sure that 'cmsplugin_forms_builder' comes
above 'forms_builder.forms' in INSTALLED_APPS
v0.1.1:
* Fixed bugs related to imports in views.py
v0.1.0:
* Initial commit
FAQs
django-cms plugin for cmsplugin-forms-builder
We found that cmsplugin-forms-builder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.