Skip to main content

Reply to contact form submissions directly from Wagtail

Project description

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

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

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

wagtail-contact-reply-0.1.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

wagtail_contact_reply-0.1.0-py3-none-any.whl (7.7 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