Wagtail Contact Reply
Reply to contact form submissions directly from the Wagtail admin
Installation
pip install wagtail-contact-reply
INSTALLED_APPS = [
# ....
'wagtail_contact_reply', # Must be before wagtail.contrib.forms
'wagtail.contrib.forms',
# ...
]
Contributing
I'm always open to PR's to improve this code and I'm not too picky about how it gets done. If you can make a contribution, I invite you to open a pull request (or an issue).
Todos
Things I want to do with this package but may or may not get the time to do...
- Save replies to each contact submission
- View replies from each contact submission
- Allow BCC emails
- Optionally email all other admins
- Add a hook after the reply email is sent
- Create default settings to fallback on
- Add JavaScript form validation (ie. If the form is trying to be submitted but is missing a required field, show an alert box above the button)
- A few standard tests for at least some coverage
Contibutors
- Kalob Taulien
- Your name soon?
Release files for wagtail-contact-reply 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wagtail-contact-reply-0.1.0.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wagtail_contact_reply-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.3 kB
Release files / wagtail-contact-reply-0.1.0.tar.gz
| Download URL | wagtail-contact-reply-0.1.0.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c3e4bf7e1603c4e8ba9e00f1f7aadef6aa426f518b8efd25788a11a78d9a73d8
|
|
BLAKE2b-256 checksum How to use checksums |
a095a75ec405b7c33f3eca6b25c6e0ccfc02de97da182c636bf2251220ab56cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.3 CPython/3.7.2 Darwin/18.7.0
|
Release files / wagtail_contact_reply-0.1.0-py3-none-any.whl
| Download URL | wagtail_contact_reply-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
82dd1703b9d8f4f1b8418334e324608433ec628ee9ecee33e4320e3993c26f20
|
|
BLAKE2b-256 checksum How to use checksums |
b8035bfe3221608f122161509d77ab470ff42a3b1da6da99f2dee84c0ab8df02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.3 CPython/3.7.2 Darwin/18.7.0
|