Hi
How can i change recaptcha theme ?
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'theme_name'
};
</script>
Hi
How can i change recaptcha theme ?
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'theme_name'
};
</script>
I never even thought about it but found this with a quick google search. Pretty cool option.
Where is the script?
I have searched the templates but cant find it.
It took me a bit too, never did find it. I read through the how to at reCaptcha and followed their guidelines and got it to work. I put it right before the reCaptcha section of my registration form.
<label>reCaptcha</label>
<?php
echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);
?>
Works a treat, Thanks
not working here ![]()
not working here
Did you put it in your registration form template right before the call for the reCaptcha? I could not get it to work form the moduleā¦
yes i did
working now
major bummer for myself i was uploading it to my local hdd