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

Added a CharFieldWithValidator field that supports validators #32

Closed StephanRozendaal closed 8 years ago

StephanRozendaal commented 8 years ago

By defining one or more validators in the setting CMSPLUGIN_CONTACT_FORM_VALIDATORS validators can be defined that are then used in the CharFieldWithValidator type fields.

philippeowagner commented 8 years ago

Nice @StephanRozendaal ! Could you please add a few lines to the README, and an example would be nice.