Hello,
I am using captcha syncfusion with AutoValidate set to true. It is true validate, but when I input a wrong captcha, custom message do not show. Furthermore, I try to debug on my Web app and this is a shown error. TypeError: t.Captcha.Locale[this.model.locale]. Is there any solution with my problem???
My second problem is, I try to validate on my controller using CaptchaService.isValid. Why it always return false? When I store the captcha value on string, the captcha value has a hash code and the input captcha none. Btw, I set case sensitive to no.
Thank you.