How can I make Google's No CAPTCHA reCAPTCHA
a required field?
I mean, I want to check it with HTML or JavaScript.
相关问题
- Invalidate Google Cloud CDN cache from the backend
- Getting 'Missing required field: member' w
- Script fails on SpreadsheetApp.openById - Requires
- File upload via REST v3 appears as “Untitled”
- YouTube Data API v3 allowed referers for browser a
相关文章
- How to embed Google Speech to Text API in Python p
- Does google-hosted jquery helps google to track vi
- Is there a google API to read cached content? [clo
- Creating GoogleApiClient for multiple activities
- Google Calendar - Permission to Access
- Google OAuth 2: response_type error on token reque
- Google OAuth 2 redirect_uri_mismatch - OmniAuth Ra
- how to implement Google Login API in VueJS?
What you have to do is prevent the form submission until you can validate the user response by using the Google reCaptcha verify callback, then, if it passes, allow the form to submit. See this answer: Google ReCAPTCHA how to make required? and also check the documentation: https://developers.google.com/recaptcha/docs/display#example