Hello;
I would like to check if the captcha is correct because I found that my code are being executed even if the captcha is not correct.
Hello;
I would like to check if the captcha is correct because I found that my code are being executed even if the captcha is not correct.
Wich event has you placed your code? You have to use onValudateSuccess
My codes are in the even onvalidate,let me try in onvalidate success. thanks
If you reach onValidateSuccess, then captcha it’s ok. onValidate is to do more validations of your own, and cancel operation if needed.
Thanks it was that the problem