reCaptcha v3
-
Hi,
I am trying to integrate reCaptcha v3 and was instructed to paste the following snippet into JavaScript callback for an action on my website.<script> grecaptcha.ready(function() { grecaptcha.execute('6LftPIMUAAAAAEGoS7EGySZ2tbihrAWCxPZn2DoM', {action: 'action_name'}) .then(function(token) { // Verify the token on the server. }); }); </script>
I am lost since I don’t understand this topic and don’t know where to paste the above snippet. Please help.
Thank you
KhalilThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘reCaptcha v3’ is closed to new replies.