MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Does monox support recaptcha  (Mono Support )

Viewed 14886 time(s), 2 post(s) 11/14/2011 9:34:15 PMby rule128
rule128

rule128

11/14/2011 9:34:15 PM
Hello

Does monox support recaptcha?

Regards
This content has not been rated yet. 
265 Reputation 29 Total posts
khorvat

khorvat

11/15/2011 8:58:31 AM
Hi,

MonoX supports reCaptcha but it doesn't have a built-in module with reCaptcha, rather MonoX uses his own Captcha module. If you want to use reCaptcha rather then MonoX Captcha module you can do this by inheriting from MonoX Captcha module and by performing the following steps:

1. Inherit the mark-up from Captcha module
2. Inherit the code-behind from the Captcha module
3. in the PreRender you should hide the following element upCaptcha 
4. You should place the reCaptcha code outside the upCaptcha element 
5. You should check if Page.IsValid when you perform any kind of Postback to see if captcha validation is succeed 

Please take a look at the reCpatch ASP.NET implementation here.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts