You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If recaptcha isn't pass, then process isn't show recaptcha message on form.recaptcha.errors.
Instead it will jump over form.validate_on_submit.
...
form.validate_on_submit(): # I think process will stop on here and show error message to User.nothinghappendosonething# process run here when User doesn't pass recaptcha.
I tried add validators on RecaptchaField but it's sitll not work
If recaptcha isn't pass, then process isn't show recaptcha message on form.recaptcha.errors.
Instead it will jump over form.validate_on_submit.
I tried add validators on RecaptchaField but it's sitll not work
The text was updated successfully, but these errors were encountered: