yii2-usuario icon indicating copy to clipboard operation
yii2-usuario copied to clipboard

ReCaptcha on RegistrationForm

Open hdclob opened this issue 5 years ago • 0 comments

alt

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

hdclob avatar Mar 25 '20 17:03 hdclob