mandel/stable/: ocyan-plugin-contact-form-0.2.1 metadata and description

Homepage Simple index

Create contact forms on any page with reCAPTCHA from the google plugin, for spam protection.

author Motolani Olaiya
author_email [email protected]
classifiers
  • Framework :: Ocyan
  • Environment :: Plugins
description_content_type text/markdown
dynamic
  • author
  • author-email
  • classifier
  • description
  • description-content-type
  • home-page
  • license
  • provides-extra
  • requires-dist
  • requires-python
  • summary
license Proprietary
provides_extras
  • test
requires_dist
  • ocyan.core
  • ocyan.plugin.wagtail
  • ocyan.plugin.wagtail_content_page
  • ocyan.plugin.google
  • django-recaptcha
  • django-phonenumber-field
  • ocyan.plugin.testing; extra == "test"
  • wheel; extra == "test"
  • empty_testproject; extra == "test"
  • pylint-django; extra == "test"
  • black; extra == "test"
  • vdt.versionplugin.wheel; extra == "test"
  • coverage; extra == "test"
  • ocyan.plugin.coyote; extra == "test"
requires_python >=3.10
File Tox results History
ocyan_plugin_contact_form-0.2.1-py3-none-any.whl
Size
25 KB
Type
Python Wheel
Python
3
ocyan_plugin_contact_form-0.2.1.tar.gz
Size
12 KB
Type
Source

Ocyan plugin contact_form

Installation

Add ocyan.plugin.contact_form to your projects dependencies.

Description

The contact form plugin adds a streamfield block to wagtail that renders as a contact form, with captcha. An email will be sent to the website order containing the contact request.

The fields in the contact form are:

Configuration

For example:

    "contact_form": {
      "email_from": "[email protected]",
      "email_to": "[email protected]"
    },