mardi 23 juin 2020

Django Recaptcha fails the form validation

I'm implementing RecaptchaV3 on a Django application. I am currently following this github(https://github.com/kbytesys/django-recaptcha3) README text to set it up.

I have a feedback form that sends an email with the subject and text.

However, when I add RecaptchaField in django form, the POST request no longer passes the form.is_valid() in views.py.

Does anyone have a thought/fix on how to overcome this problem?

Thank you in advance




Aucun commentaire:

Enregistrer un commentaire