window.onload = function() { if (typeof grecaptcha !== "undefined") { grecaptcha.render('recaptcha-container', { 'sitekey': '6LeALEkrAAAAAEDavc0NiMvKzg5nA-iqvVgzp63W' }); } else { console.error("Google reCAPTCHA failed to load."); } };
top of page
bottom of page