Support for Invisible Recaptcha?
-
Google is rolling out their Invisible Recaptcha, which is pretty neat. The implementation isn’t much different, you still need to supply the two keys but you do need to supply a special button:
<button class="g-recaptcha" data-sitekey="aBuNCHarAnd0ML3773rs" data-callback="YourOnSubmitFn" type="submit">Submit</button>
Which is fine, the form submits. My concern is that I can’t get it to not submit which either means it’s working fantastically or not working at all. My question is: Does WPCF7 currently support the new invisible recaptcha? Do I need to do anything special to make it work?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Support for Invisible Recaptcha?’ is closed to new replies.