kingsdigitallab / django-kdl-wagtail

A collection of Wagtail components used across several KDL projects
MIT License
4 stars 0 forks source link

Contact Form #9

Open geoffroy-noel-ddh opened 5 years ago

geoffroy-noel-ddh commented 5 years ago

Would it be useful to add a basic contact form (email, name, message)? I imagine the best way would be to use Wagtail From Builder.

(I'll soon need a contact form for Field so I might just create it here if useful)

jmiguelv commented 5 years ago

You might be able to repurpose the one it was done for the KDL site. We should add a better captcha than the one that is on the KDL site though.

geoffroy-noel-ddh commented 5 years ago

https://github.com/kingsdigitallab/kdl-django/blob/master/cms/models/pages.py#L354

geoffroy-noel-ddh commented 5 years ago

What's the problem with that captcha? You still receive too much spam?