Skip to main content

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
  • Email
  • 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


Download files

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

Source Distribution

cmsplugin-contact-form-0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

cmsplugin_contact_form-0.2-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

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