You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use it with actions but it looks like this feature is not supported, right?
<script>
function onClick(e) {e.preventDefault();grecaptcha.ready(function(){grecaptcha.execute('reCAPTCHA_site_key',{action: 'SPECIFIC-ACTION'}).then(function(token){// Add your logic to submit to your backend server here.});});}</script>
The text was updated successfully, but these errors were encountered:
I would like to use it with actions but it looks like this feature is not supported, right?
The text was updated successfully, but these errors were encountered: