This is a migrated thread and some comments may be shown as answers.

CAPTCHA Text

2 Answers 174 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Shubhankar
Top achievements
Rank 1
Shubhankar asked on 08 Dec 2014, 06:00 AM
Hi,

Is there a way I can remove the text highlighted in image and keep it as a watermark in adjoining textbox.

Attaching image for reference.

Thanks

2 Answers, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 10 Dec 2014, 03:01 PM
Hi Shubhankar,

You can configure the RadCaptcha to render only its image and attach an external textbox, in which the captcha code can be entered. In this textbox you can set a placeholder (watermark) of your choosing.

Below you can find a possible configuration:
<telerik:RadCaptcha runat="server" ID="captcha1" ValidatedTextBoxID="TextBoxCaptchaCode"
    ErrorMessage="Wrong code.">
    <CaptchaImage RenderImageOnly="true" />
</telerik:RadCaptcha>
<asp:TextBox ID="TextBoxCaptchaCode" runat="server" Width="250px"
    placeholder="Type the code from the image"></asp:TextBox>

I noticed that you have opened another thread that is related to the same case. I would suggest using only one thread per scenario so that it is easier to track the information on the case.

Regards,
Slav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Shubhankar
Top achievements
Rank 1
answered on 11 Dec 2014, 06:45 AM
Hi Slav,

Thanks for the help and sorry for two threads created.
Tags
Captcha
Asked by
Shubhankar
Top achievements
Rank 1
Answers by
Slav
Telerik team
Shubhankar
Top achievements
Rank 1
Share this question
or