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
`callback` |||Optional. Yourcallbackfunctionthat's executed when the user submits a successful CAPTCHA response. The user'sresponse, g-recaptcha-response, willbetheinputforyourcallbackfunction.
111
127
`lang` |See [languagecodes](https://developers.google.com/recaptcha/docs/language) | | Optional. Forces the widget to render in a specific language. Auto-detects the user's language if unspecified.
`callback` |||Optional. Yourcallbackfunctionthat's executed when the user submits a successful CAPTCHA response. The user'sresponse, g-recaptcha-response, willbetheinputforyourcallbackfunction.
`lang` |See [languagecodes](https://developers.google.com/recaptcha/docs/language) | | Optional. Forces the widget to render in a specific language. Auto-detects the user's language if unspecified.
* @param {string} widgetRenderCallsArr - js variable name for recaptcha render calls
161
+
* @param {string} theme - dark/light light Optional. The color theme of the widget.
162
+
* @param {string} type - audio/image image Optional. The type of CAPTCHA to serve.
163
+
* @param {string} callback - Optional. Your callback function that's executed when the user submits a successful CAPTCHA response. The user's response, g-recaptcha-response, will be the input for your callback function.
0 commit comments