ok, now i understand.
recaptcha is not a code in jcow, it s a script called from
http://www.google.com/recaptcha
it calls 2 lines .
- recaptcha_challenge_field is a hidden field that describes the CAPTCHA which the user is solving. It corresponds to the "challenge" parameter required by the reCAPTCHA verification API.
- recaptcha_response_field is a text field where the user enters their solution. It corresponds to the "response" parameter required by the reCAPTCHA verification API.
and ther is noway to edit this fron jcow code.
the only solution you have is to register in google recaptcha, create an account for your domain, and then , you have a lot of possiblities to get a personlized recaptcha the way you need and the language you need.
you have more info her
http://code.google.com/intl/es-ES/apis/recaptcha/docs/customization.html |