Captcha Function for Registration & Password Recovery
Hi.
I would like to add a function of "Captcha" when a vistor is registrating an account and using the password recovery function in Sitefinity v6.2.
I know that it should be a built-in function for v6.2, can you please advise how to enable it in Registration and Password recovery? Any sample can be provided?
Also, can you please advise if Sitefinity v6.2 is compatible to Windows Server 2012 R2?
Thank you very much.
Hi Evan,
I have prepared for you a video demonstration how to create a new widget by using the existing one (of course you could update the current one) and how to add a Telerik Captcha in
- change password and
- user registration widget
by adding the following code:
<
telerik:RadCaptcha
ID
=
"captcha"
runat
=
"server"
></
telerik:RadCaptcha
>
Thanks a lot for your info.
I have successfully created a Captcha in my member registration form.
However, the validation part is not working.
No matter if the Captcha is answered or not, the form will be submitted.
Can you please advise?
Thanks.
Hello Evan,
In the latest Sitefinity 6.2 release Captcha for form controls have been added out of the box. Furthermore you could find detailed information how to add Server-Side Captcha for Sitefinity Forms on this blog post.
Regards,
Svetoslav Manchev
Telerik
Hi,
thank you for sharing video. Can you please tell me how to put required field for the captcha field.
Regards