Closed (fixed)
Project:
CAPTCHA
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 14:29 UTC
Updated:
6 Aug 2010 at 21:20 UTC
Hi,
I'm using the captcha module in my blog and when a user answer the question incorrectly the captcha field disappear.
Note: I believe that is because the url changes from
http://www.fiberonline.com.br/blog/2010/07/vive-la-f%C3%AAte-faz-mini-tu...
to
http://www.fiberonline.com.br/comment/reply/24612
This happens in all captchas(image, text, recaptcha, etc.)
| Comment | File | Size | Author |
|---|---|---|---|
| captcha.JPG | 17.29 KB | lesleyfernandes |
Comments
Comment #1
soxofaan commentedI tried it on your site, and indeed, the CAPTCHA "dissapears", but it is still there in the markup
it's just hidden by CSS
if I disable the following CSS with firebug, the CAPTCHA is visible again:
you should fix your theme
Comment #2
lesleyfernandes commentedThanks!