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

RadCaptcha Skin Not Working

1 Answer 91 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 2
David asked on 15 Oct 2018, 11:20 AM

I have used the Telerik RadCaptcha control in a number of projects and can never get a skin to work with it. All other controls are using the skin defined in the Web.config file in the key:

<add key="Telerik.Skin" value="Bootstrap"/>

 

Does anyone have any idea why the RadCaptha is the only control that doesn't follow this in my projects?

 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 15 Oct 2018, 11:28 AM
Hello David,

The captcha is not really styled to begin with and so changing skins does little to affect it. The image is always the same regardless of the skin, the buttons are <asp:LinkButton> controls and the textbox is a plain <asp:TextBox> that has a label for the instructional message.

The textbox and info message label can be decorated with a RadFormDecorator, like it is done in our demos: https://demos.telerik.com/aspnet-ajax/captcha/examples/overview/defaultcs.aspx.

You can also set appearance properties to the captcha to match your site stylesheet: https://docs.telerik.com/devtools/aspnet-ajax/controls/captcha/appearance-and-styling/textbox-and-label-decoration.


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Captcha
Asked by
David
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Share this question
or