How can i change the Text for Captcha Input
Permalink 2 users found helpfulhow can i change this Text?
Please type the letters and numbers shown in the image.
Best Regards
Thomas

Thomas
If it is the guestbook, you'll find it in this file concrete\blocks\guestbook\view.php
/concrete/blocks/form/controller.php.
Thomas
also
how to change the background of text window
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.
concrete/models/system/captcha/types/securimage/controller.php
Hope this helps.
Ubbo
The Netherlands
I found the editable file located here where you do all the colour customising also:
\concrete\core\models\system\captcha\types\securimage\
but I'm sure thats naughty editing the core files so should I be copying the whole directory to the root folder instead?
Would someone please advise?
Looking at this topic, it seems that the code for the captcha text changes location in every concrete5 release....
concrete/core/models/system/captcha/types/securimage/controller.php
I have an fairly tight space that I need to fit the form and (recently with a pile of spam rolling in) a captcha block. I can do :first-of-type for the first div and monkey with the label but the last few divs are out of reach.
Is there another method in css?
What about that core override?
http://www.adamsmfg.com (click "not a fan of the phone?" in the right hand gray block.
Thanks in advance for any advise.
Chris
For who wants to know where to edit the text in the form of the conversation block in Concrete 5.7:
concrete/elements/conversation/message/author.php
edit the captcha text:
concrete/src/Captcha/SecureimageController.php