How can i change the Text for Captcha Input

Permalink
Hello,
how can i change this Text?

Please type the letters and numbers shown in the image.

Best Regards
Thomas
View Replies: View Best Answer
Mnkras replied on at Permalink Reply
Mnkras
Yes i believe it is in the captcha helper
harmst replied on at Permalink Reply
do you mean under /concrete/helpers/validation/captcha.php? I can't find this textstring.

Thomas
Remo replied on at Permalink Best Answer Reply
Remo
no, it's not in the helper. It can be different for each block. Can't tell you what exactly you have to do without knowing which block you want to modify though..

If it is the guestbook, you'll find it in this file concrete\blocks\guestbook\view.php
harmst replied on at Permalink Reply
thankyou, that was the right way ..

/concrete/blocks/form/controller.php.

Thomas
titiksha replied on at Permalink Reply
please tell me how can we change the input text that we use to be entered by the person?

also

how to change the background of text window
pdcouto replied on at Permalink Reply
pdcouto
You will have to build some CSS and apply it on that form field.
pdcouto replied on at Permalink Reply
pdcouto
Hi. Thanks for the location of the sentence. Actually it was a laugh when after I made a portuguese form the sentence appeared! :D

I've just deleted what was between the echo:

echo(t(''));

It works fine, and since I'm trying to make a bilingual site I can add latter a sentence like "Please type the letters and numbers shown in the image." in whatever the language the form is made.