maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

Multiple forms #54

Closed atteism closed 6 years ago

atteism commented 10 years ago

When having multiple forms on one page, configured to send e-mail to different contacts, a post in one form sends the message to all contacts.

Example: one contact form for tech@... and one for customerservice@...

Both recipients will receive the message no matter what form was posted to.

maccesch commented 10 years ago

Did you try to install latest from repository?

atteism commented 10 years ago

Installed using pip:

INSTALLED: 1.0.0 (latest)