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
I now know we were relying on the captcha data to be added to the form on page load, but I'm unable to find a solution to around this as django_recapture is also submitting my form via javascript.
Any thoughts would be really appreciated ❤️
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I can see why the event listener added by #296 causes problems. We've made that change so we only fetch a reCAPTCHA response once a form is submitted, effectively stopping the response from ever expiring if the user takes more than two minutes to complete the form.
I'm not entirely sure what we can do to improve the situation. Monday morning & not enough caffeine in my system yet 😅
I just spent more than I want to admit on this.. check if you have a button or submit input named "submit". We had <button type="submit" name="submit">Register</button> 😮💨
Describe the bug
Hello 👋 this might not be a bug but maybe documentation is required.
I am trying to update djangoproject.com django-recapture to v4, you can see me trying here: django/djangoproject.com#1450
I am struggling due to this change: #296
Which interferes with our own javascript here: djangoproject/static/js/mod/stripe-donation.js
I now know we were relying on the captcha data to be added to the form on page load, but I'm unable to find a solution to around this as django_recapture is also submitting my form via javascript.
Any thoughts would be really appreciated ❤️
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: