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 34 forks source link

Plugin field "submit" prevents form submission #41

Closed jvamvas closed 7 years ago

jvamvas commented 7 years ago

From django CMS 3.3.2, form.submit() is called if the plugin modal is saved (cf. https://github.com/divio/django-cms/pull/5594).

Because the contact plus plugin form has a field named submit, the form.submit method is not accessible and the modal cannot be saved.

jvamvas commented 7 years ago

Renamed submit field to submit_button_textwith v1.3.0.