Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
815
WebCaptcha CSOM
posted

I'm trying to get the validation status of the Web Captcha on the client side. I have seen examples from infragistics using $IG.WebCaptcha.find('WebCaptcha1'); to get a reference to the Captcha object,  but it seems that I am missing the Javascript files that give me access to the $IG.WebCaptcha methods. What do I need to include in my project in order for me to use the $IG functions? 

Parents
No Data
Reply
  • 2735
    posted

    Hello jouin,

    Thanks for using Infragistics controls.

    The JavaScripts are added automatically. Be sure that you have added WebScriptManager - http://help.infragistics.com/doc/ASPNET?page=WebCaptcha_Getting_Started_with_WebCaptcha.html

    Here is an example how to check the validation:

    http://help.infragistics.com/doc/ASPNET?page=WebCaptcha_Captcha_Validation.html

    Best Regards,

Children