captcha icon indicating copy to clipboard operation
captcha copied to clipboard

validate return false

Open mcxzyang opened this issue 8 years ago • 3 comments

I use ajax to validate the code,but always return false.I found In Captcha.php line 415, $this->session->remove('captcha');, I remove this,fix it.

mcxzyang avatar Sep 03 '16 06:09 mcxzyang

@mcxzyang I was trying use this captcha for multiple forms on same page and what you indicated resolved my problem too :)

Thanks!

dorianneto avatar Nov 29 '16 14:11 dorianneto

I had the same problem with my ajax form. Blocking that line of code fixed my problem as well!

Thanks for submitting the fix.

jcanchor avatar Feb 23 '17 04:02 jcanchor

I try this as you said,but it's still return false.Do you have any other suggestions?

wangyaoxu avatar Jul 03 '17 07:07 wangyaoxu