';
// if (siteKey !== '') {
// grecaptcha.ready(function() {
// grecaptcha.execute(siteKey, {action: 'submit'}).then(function(token) {
// document.getElementById('g-recaptcha-response').value = token;
// form.submit();
// });
// });
// } else {
// form.submit();
// }
// });
?>