Daniel

Results 2 comments of Daniel

Here's an approach that seems to work quite well for us. According to [ReCAPTCHA's API](https://developers.google.com/recaptcha/docs/display#explicitly_render_the_recaptcha_widget), ![Screen Shot 2019-11-19 at 3 32 45 PM](https://user-images.githubusercontent.com/4550944/69195924-e4287f00-0ae1-11ea-97f8-fa8266f344db.png) It is recommended to include your onload...

not sure if they changed select2 or what but to focus select2 it is now: ``` $('#mySelect2').select2('open'); //old code $('#mySelect2').select2('focus', true); ```