How do you set the badge position with reCAPTCHA v3?
You can make the badge inline in V3 with just Javascript it’s just not documented yet. Set your `render` parameter to `explicit` and add a `onload` parameter for the callback, `onRecaptchaLoadCallback` for example. <script src=”https://www.google.com/recaptcha/api.js?render=explicit&onload=onRecaptchaLoadCallback”></script> Then set up your callback like so and don’t forget to enter the id/DOM node of where you want your … Read more