yii2-usuario
yii2-usuario copied to clipboard
ReCaptcha on RegistrationForm

What steps will reproduce the problem?
Adding the "required" rule to the captcha attribute
What is the expected result?
If captcha field is empty, it should say "Cannot be blank". If captcha field is NOT empty, it should NOT say "Cannot be blank".
What do you get instead?
It doesn't matter if captcha field is empty or not, it always shows the error message.
It works fine on RecoveryForm since I followed the steps on the "How to use ReCaptcha widget guide".
What should I do?
Thanks