Closed Chandinipt closed 3 years ago
try disabling async
@(Html.Recaptcha<RecaptchaV3HiddenInput>(RecaptchaSettings?.Value, new RecaptchaV3HiddenInput { IsAsync = false }) )
Marking this closed due to age, and comment above. Please re-open should you still need help.
Hi @TimothyMeadows ,
I am trying to use your package for recaptcha on my site.
Microsoft.AspNetCore- 2.2.0 Recaptcha.aspnetcore - 3.0.10
I have followed your example as is. This is what I have in my controller:
And this is in my View:
`
This is in my Startup.cs file
Whether I click on the recaptcha checkbox or not, the 'recaptcha.success' value is always false. can you help resolve this please? Am I doing something wrong?
Thank you