Closed (fixed)
Project:
CAPTCHA
Version:
5.x-3.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 13:45 UTC
Updated:
7 Oct 2009 at 16:10 UTC
I have added a captcha to a contactform (= webform), but the captcha does not show for anonymous users. On all other pages (comment, tell-a-friend) it works fine. It does not matter whether I choose image- or math-captcha. I usually work with Drupal 6, but I have this one Drupal 5 site where I cannot get it to work.
Any suggestions?
Thanks!
Comments
Comment #1
soxofaan commentedtwo suggestions:
* the webform page could be cached without the CAPTCHA element. So clear your Drupal caches, or if you don't know how to do this: disable caching temporarily
* make sure you use the correct form id (but if you use the CAPTCHA admin links, and the CAPTCHA info shows up correctely, this is probably ok)
Comment #2
Tino commentedHi Soxofaan,
Suggestion no. 1 was it... of course!
Since I could not find a 'clear cache' option in D5, by switching the caching method from 'normal' to 'off' I was able to see the Captcha.
Thanks and regards from The Netherlands.