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.)

CommentFileSizeAuthor
captcha.JPG17.29 KBlesleyfernandes

Comments

soxofaan’s picture

Category: bug » support
Status: Active » Fixed

I 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:

body.page-comment div.box h2, body.page-comment div.box div.content div.form-item {
display:none;
}

you should fix your theme

lesleyfernandes’s picture

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.