Welcome Guest, Not a member yet? Register   Sign In
Invisible Recaptcha
#1

I can't seem to find a proper implementation of invisible recaptcha anywhere, all libraries I tried just fail to verify switching to invisible. I noticed that in normal operation the recaptcha asks me to verify using various images, I suspect this is not properly handled in any of the libraries I tried. Is there a working library for v2 invisible recaptcha anywhere that handles this properly or how do I add handling re-verification to it?
Reply
#2

(This post was last modified: 02-17-2019, 10:01 AM by jreklund.)

Personally I would use the new V3 instead, here are a tutorial for it:
https://stevencotterill.com/articles/add...a-php-form

Or use their library:
https://github.com/google/recaptcha
Reply
#3

I tried integrating that library into codeigniter, but it would just give me back captcha failures all the time. I put the captcha validation in the controller, should that be directly in the view instead?
Reply
#4

You will need to implement two parts, one in view:
https://github.com/google/recaptcha/blob...scores.php

And one in controller:
https://github.com/google/recaptcha/blob...verify.php
Reply
#5

(02-18-2019, 08:00 AM)Tampa Wrote: I tried integrating that library into codeigniter, but it would just give me back captcha failures all the time. I put the captcha validation in the controller, should that be directly in the view instead?

I guess you got it working?
Reply
#6

I prefer Honeypot, invisible, empty field.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB