arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Convert some settings to a model field for each contact form. #72

Open evili opened 3 years ago

evili commented 3 years ago

It will be useful to have different reply-to, sender, and send copy settings for each contact form so that:

CONTACT_PLUS_FROM_EMAIL
CONTACT_PLUS_REPLY_EMAIL_LABEL
CONTACT_PLUS_SEND_COPY_TO_REPLY_EMAIL

should be converted to a model fied changing these settings into default values for the corresponding field.