Page 1 of 1

Reset Captcha?

PostPosted: 19 Nov 2013 17:23
by kmccoy
After my user posts something to my web site, I want to force them to answer the Captcha question using a new random value. I want to slow down the number of posts per minute that a user can make.

I tried calling Captcha.Invalidate but nothing happened. What is the correct method for resetting the Captcha?

Re: Reset Captcha?

PostPosted: 19 Nov 2013 18:17
by Jorge Sousa
Hi

It's in jQueryDemo_V2

IWCGJQReCaptcha.Reload;

Regards

Re: Reset Captcha?

PostPosted: 19 Nov 2013 20:14
by kmccoy
I don't think that the Reload method is found in TIWCGJQFancyCaptcha. Is there some other reset method for this component?

Re: Reset Captcha?

PostPosted: 19 Nov 2013 20:21
by Jorge Sousa
Ah sorry is FancyCaptcha I read ReCaptcha, sorry

Hum, the plugin doesn't have that possibility, you can use just FancyCaptcha.AjaxReRender

Regards