<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
</body>
</html>
<script>
grecaptcha.ready(function () {
grecaptcha.execute('6LcwNQ4jAAAAAKXcMR_h42jBW1BcDnF2ASDv9eAS', { action: 'contact' }).then(function (token) {
var recaptchaResponse = document.getElementById('recaptchaResponse');
recaptchaResponse.value = token;
});
});
</script> |