Closed (fixed)
Project:
reCAPTCHA
Version:
7.x-1.7
Component:
reCAPTCHA Captcha
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2012 at 04:20 UTC
Updated:
5 Sep 2012 at 18:14 UTC
I am creating a e-mail form with re-captcha. The form has fields as name, e-mail.
I want to display error message to user only if captcha is wrong, currently form gets refreshed if entered wrong captcha so
<div class="recaptcha_only_if_incorrect_sol" style="color:red">Incorrect please try again</div>
is not working.
Is there any way that I can set any variable as true/false if previous submission was incorrect and later I can display a text in my page later based on that variable?
Thanks
Comments
Comment #1
liam morlandI don't understand what you are asking. Are you able to get it to work as you desire with the regular Math CAPTCHA? If not, then the problem is not with the reCAPTCHA module.
Comment #2
liam morlandPresuming problem has been solved.