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

liam morland’s picture

Status: Active » Postponed (maintainer needs more info)

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

liam morland’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Presuming problem has been solved.