Recaptcha 2.0 error: reCAPTCHA placeholder element must be an element or id
问题 I've looked at every other post I could find, and none of them resolved the issue for me. I have a single call to the ReCaptcha API in my document head: <script src="https://www.google.com/recaptcha/api.js?hl=he-IL&onload=onloadCallback&render=explicit" type="text/javascript"></script> And then immediately after var onloadCallback = function() { grecaptcha.render("recaptcha2", { sitekey: "6LendPIUAAAAAGQqB_2tq8fpgdGfBnEQA3v-CB0g", theme: "light" }); }; And I get the following error in my