Sitefinity Captcha

Posted by Community Admin on 04-Aug-2018 11:43

Sitefinity Captcha

All Replies

Posted by Community Admin on 20-Feb-2013 00:00

I want to use sitefinity captcha widget in web project. I search some sample code but did not run the code correctly. How do I implement it? Can you give me some c# example code?

Thanks in advance.

Posted by Community Admin on 20-Feb-2013 00:00

Hi Abderus,

Sitefinity already uses the Captcha control in their modules e.g. News, Blogs. So it depends on how and where you want to implement this?

If you need it inside your pages or custom widgets (UserControls) you can use this code in your markup:

<telerik:RadCaptcha ID="captcha" runat="server"></telerik:RadCaptcha>

And configure it through it's properties.

Kind regards,
Daniel

This thread is closed