Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am using the reCaptcha module posted here.
Is there a way to implement custom translations?
I tried adding a
var RecaptchaOptions = { custom_translations : {} };
in the header, but I can see that it gets overridden when the reCaptcha module is rendered.
Comment author was deleted
Hi Ove,
I think you can do this with some js, check out the documentation on the recaptcha site
http://recaptcha.net/apidocs/captcha/client.html
I tried, but the problem is that the javascript is ignored.
Hi Ove, think you will have to modify the sourcecode of the reCaptcha fieldtype then
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom translations for reCAPTCHA
I am using the reCaptcha module posted here.
Is there a way to implement custom translations?
I tried adding a
in the header, but I can see that it gets overridden when the reCaptcha module is rendered.
Comment author was deleted
Hi Ove,
I think you can do this with some js, check out the documentation on the recaptcha site
http://recaptcha.net/apidocs/captcha/client.html
I tried, but the problem is that the javascript is ignored.
Comment author was deleted
Hi Ove, think you will have to modify the sourcecode of the reCaptcha fieldtype then
is working on a reply...