maccesch / cmsplugin-contact

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

Continuous loading when adding contact form. #91

Closed LukeNisbet closed 6 years ago

LukeNisbet commented 7 years ago

When adding the contact form to a page using the structure mode of the GUI, the spinner will continue indefinitely. Can anyone help I have installed as per the instructions on the page.

image

vaskinyy commented 7 years ago

same here. I use the latest django cms

JurajKavka commented 6 years ago

and same here :D after the hitting save button, no request is fired to server.

django-cms==3.4.4 
cmsplugin-contact==1.1.2
maccesch commented 6 years ago

I just uploaded the latest version to PyPI. Does this bug still persist?

fsbraun commented 6 years ago

Still have the issue with cmsplugin-contact==1.1.3 and django-cms==3.4.4. I have no clue where the system gets stuck.

maccesch commented 6 years ago

Unfortunately I don't have time to investigate. I will accept pull requests though.

okfish commented 6 years ago

Just rename model field submit to smth like submit_text and that's all. I think Django-CMS cms.modal.js does not like that naming but I can't understand why it happens