document.addEventListener("DOMContentLoaded", function() { if (typeof grecaptcha !== "undefined") { var captcha = document.querySelector('.g-recaptcha'); if (captcha && captcha.innerHTML === "") { grecaptcha.render(captcha, { 'sitekey': '6Lf--AwtAAAAALPShb5xJEfWZpZbdgYQuh_zLy1l' }); } } });