I can't seem to post comments with Captcha on at all. I thought that my preview requirement might be to blame, but making previews optional doesn't seem to help. I answer the math problem correctly, enter my comment, click "post", and get this error:

The answer you entered to the math problem is incorrect.

I never get to a place where I can get the answer correct.

Comments

alix’s picture

My users are reporting that it takes two tries to post comments. First answer is always rejected. This is true whether I have this set to Captcha math challenge or the new Captcha riddler, so it must be the Captcha mechanism itself.

Petra’s picture

I had the same problem and solved ist with the patch from http://drupal.org/node/142624

alix’s picture

I am also having this problem -- it always takes two tries to get Captcha to pass. Unfortunately, not everyone tries a second time. I applied the patch captcha.module_2.patch, but it did not solve the problem for me. I am using PHP 5.2.1, just in case that matters.

Petra’s picture

the form store-module is necessary for captcha (http://drupal.org/project/form_store) - you use it?

alix’s picture

Yes, form_store is installed and enabled for me. I have form_collect disabled, though -- does that make a difference? I had it enabled for a while to try to collect a Captcha point for my contact form, but then I turned it off after I got what I needed. I never turned off form_store, though.

Petra’s picture

I use form_collect - and perhaps it is necessary. My captcha-Point is the comment_form and I use the captcha with the riddler for this form.
I don't know much about the captcha-module - maybe you find a solution in other issues.

robloach’s picture

Version: 5.x-1.x-dev » 5.x-3.x-dev
Status: Active » Fixed

In Captcha 3.x, it doesn't fail, it just stays persistent on the form after clicking preview.... There's a related issue to disable the Captcha after previewing.

Anonymous’s picture

Status: Fixed » Closed (fixed)