A Django CMS plugin to create functional contact forms.
Project description
cmsplugin-contact-form
Django-CMS contact form plugin with default Django email integration
Available Fields
The following HTML fields can be added to the form:
- Text
- Phone
- Date, Time and Datetime
- Checkbox
- Radio
- Text Area
- Submit
Installation
Install package:
pip install cmsplugin-contact-form
Add app to settings.py
:
INSTALLED_APPS = (
...
'cmsplugin_contact_form',
...
)
Run migration:
python manage.py migrate cmsplugin_contact_form
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
Built Distribution
File details
Details for the file cmsplugin-contact-form-0.2.tar.gz
.
File metadata
- Download URL: cmsplugin-contact-form-0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe400404da54c9c534697b93046e2dc0b28c232c732a813e79ab9ade14658a17 |
|
MD5 | 92f84356551eb89733f087a57f8489b2 |
|
BLAKE2b-256 | 013940d8941df05a8374fa5f80a19f65f5fbfda7a753a2b3299355f7c9b64609 |
File details
Details for the file cmsplugin_contact_form-0.2-py3-none-any.whl
.
File metadata
- Download URL: cmsplugin_contact_form-0.2-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eba907927673d05db26f790e8636acab09467f9853a11367d4f7716eee17a812 |
|
MD5 | efb2db2ba2873bb8c563a7dc5ddc84e9 |
|
BLAKE2b-256 | 5e9ac5660d4d233c941a35448689eeefde846f89dda6e1acbdf03c1b48c5599d |