-
Notifications
You must be signed in to change notification settings - Fork 37
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 not validating #40
Comments
@mohsin1122 Can you provide more context, in order for folks to help you diagnose the issue? You registered the service in In your controller, when you submit without clicking the recaptcha, How are you placing the recaptcha on your page? Are you using the tag helper? Or are you putting your own version of recaptcha on the page? Are you submitting the form to the controller, or are you manually doing an AJAX call? |
Hi. Startup.cs yes i am using |
@mohsin1122 I had a similar issue when adding to a razor page and the attribute was added only to the |
Hi
i have integrated reCaptcha but when i submit without clicking reCaptcha the controller is not validating it .
placed:
[ValidateRecaptcha]
above the method in controller as described in getting started page but it is not validatingThe text was updated successfully, but these errors were encountered: