python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React native recaptchaV3 returns on onMessage() not working
Since most of the react-native-recaptchaV3 libraries are outdated, im trying to create component to get invisible recaptchaV3. But onMessage() returns nothing to get token. Can anyone help me to get t...
Manojkanth
Votes: 0
Answers: 1
Contact Form 7 Recaptcha 3 headless site
I am building a wordpress headless site (frontend using Nuxt.js) and am trying to use recaptcha v3 in contact form 7 . I have already setup the integration using the built in cf7 integration.
But, the...
HNG
Votes: 0
Answers: 1
Google recaptcha V3 response array NULL on live server but works on localhost
I have the following problem: My code works on localhost but doesn't work on live server.
My code:
$recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify';
$recaptcha_secret = 'CAPTCHA_SECR...
kopasz
Votes: 0
Answers: 1
JS - recaptcha v3 - how to verify captcha and submit form data to another file
I'm just starting with JS and like to implement a form that verifies for robots/humans by using captcha v3 on the client side and if verification succeeds the data should be submitted to another file....
geuxor
Votes: 0
Answers: 0