maccesch / cmsplugin-contact

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

Workflow for custom contact plugin #48

Closed driesdesmet closed 7 years ago

driesdesmet commented 11 years ago

I love this plugin, but wish there was a 'proposed way with best practices' to get the custom plugin showing up.

I know 'everyone' does it differently, but I would really love a plugin that is easy to install and covers many use cases. Maybe it's even better to include a few different use case that are ready to plugin pluggable. I know it's hard for model-based apps, but how many different contact-form variations are out there? Usually I need no more than 3 fields displayed to the end user, mine just happens to be:

And the default here is:

I'm thinking: keep 4 fields (or more) and use and admin template choice to display only some.

I'm happy to help out where I can. Just wanted to start a discussion.