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

Customizing Logic #7

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi again,

I wanted to ask if there would be a possibility to customize the logic of the form? Like the text that is displayed when a required field is not filled (mainly translate all this to german)

Thanks in advance!

philippeowagner commented 10 years ago

Hi muyweb

Basically it's standard form processing and rendering. Everything could be customised as described in the docs (https://docs.djangoproject.com/en/dev/topics/forms/). You could replace the {{ form.as_p }} in the 'contact.html' template by whatever you like. If you have multiple forms in your project, the planned feature "Multiple template support /custom templates" must be implemented first for full flexibility.

philippeowagner commented 10 years ago

FYI: #9