Home

Awesome

Wagtail Contact Reply

Reply to contact form submissions directly from the Wagtail admin

Preview

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...

Contibutors