Hello everyone,
trying to customize recaptcha language settings I lost the field!
Though it is installed and enabled under applications I can't find the custom field in profile types to activate it.
How can I get it back and how can I customize its language to turkish?
Google says I need to put this code into recaptcha:
<script type="text/javascript">
var RecaptchaOptions = {
lang : 'fr'
};
</script>