<SCRIPT type="text/javascript">
function onHuman(response) {
document.getElementById('captcha').value = response;
}
</SCRIPT>
<DIV class="g-recaptcha" data-callback="onHuman" data-sitekey="#### your site key goes here ####"></DIV>
<INPUT type="hidden" id="captcha" name="captcha" value="">