-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reCAPTCHA fail for second time submit (in version: 1.5.2) #34
Comments
Hi @level1cr3, We are going to need more information to properly help you out.
We checked once more with the example projects, and we couldn't reproduce your issue. |
4 for first submission it's not checking the recaptcha validation.In debug: for second timeIn debug: modelstate is failing second. because recaptcha is not validated. yes modelstate was invalid. no i did not get redicrected i checked error in modelstate by using breakpoint. |
The last thing you asked i don't know how to get it. I'm sorry man i'm new to programming. what exactly i have to get that |
did configuration from start again. now validation for Recaptcha is being done in the first submission as well so that's good. |
Hey @level1cr3 Did you manage to resolve this? I'm facing the exact same problem. |
Yes I ended up setting interval in js that will generate new token every 30sec. I don't know if this is the correct way though |
Hi, in my case first time when submit the form the rechaptcha validation is good, but there are another (planned) validation problem with another field. I fix the field and click on submit button second time, in this case the rechaptcha validation fails. |
Finally I found the solution, after the first ajax call must call this existing js function: |
Describe the bug
I'm using .net 6 i used previous version everything was fine today(feb 16) i updated the package and when i'm trying to sumbit
the form second time i'm getting error. and i'm not able to submit the form. this might be issue on my end as well i'm new to coding
so sorry if it is not in your end
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: