mandel/stable/: ocyan-plugin-contact-form-0.2.1 metadata and description
Create contact forms on any page with reCAPTCHA from the google plugin, for spam protection.
| author | Motolani Olaiya |
| author_email | [email protected] |
| classifiers |
|
| description_content_type | text/markdown |
| dynamic |
|
| license | Proprietary |
| metadata_version | 2.4 |
| provides_extras |
|
| requires_dist |
|
| requires_python | >=3.10 |
| File | Tox results | History |
|---|---|---|
ocyan_plugin_contact_form-0.2.1-py3-none-any.whl
|
|
|
ocyan_plugin_contact_form-0.2.1.tar.gz
|
|
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:
- name
- phone number (not required)
- email address
- message
- Verification with Captcha.
Configuration
- Email_from:
- The Email address that the website uses to send the contact form from.
- Email_to:
- The Email address that the website uses to send the contact form to.
For example:
"contact_form": {
"email_from": "[email protected]",
"email_to": "[email protected]"
},