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

Captcha not displaying. #8

Closed dubs89 closed 13 years ago

dubs89 commented 13 years ago

Hi There,

Under the message box I get a bunch of HTML where the captcha should be. It looks like this:

You did not enter any of the words. Also please note that when i first tried to create the contact form in admin it would not let me proceed because it said a field was missing but would not tell me what field it was missing. Once I added the RECAPTCHA_PUBLIC_KEY & RECAPTCHA_PRIVATE_KEY to settings.py it allowed me to create the form. However it will not work. Any thoughts?
maccesch commented 13 years ago

I haven't tested the plugin with the latest Django-CMS version yet. Maybe it needs a bit of updating.

The HTML you get looks like you sent the contact form without entering the captcha words. Any chance of that??

dubs89 commented 13 years ago

No, when I first go to the contact page that HTML is in place of where I would enter the captcha words. honeypot and the other one doesn't work either ( I get HTML in place of the captchas )

maccesch commented 13 years ago

Ah, you probably didn't install the latest glamkit-stopspam from the repository as described in the readme. Unfortunately the version in PyPI is outdated and it seems that noone from glamkit is willing to update it :(

EDIT: I just did a quick test with the latest Django-CMS version and everything seems to work fine. So I really think its the wrong stopspam version.