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 16091 time(s), 2 post(s) 14.11.2011 21:34:15by rule128
rule128

rule128

14.11.2011 21:34:15
Hello

Does monox support recaptcha?

Regards
Dieser Inhalt wurde noch nicht bewertet. 
265 Reputation 29 Total posts
khorvat

khorvat

15.11.2011 08:58:31
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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts