4

When a user submits a form, i'd like to show/redirect to the captcha page intermittently ( based on some custom rules ) and if validated, then execute/commit the first action

Is there a way of doing this using the ActionFilter ? or any other way ?

Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
Kumar
  • 10,997
  • 13
  • 84
  • 134
  • I've post code on how to do this here http://stackoverflow.com/questions/4611122/how-to-implement-recaptcha-for-asp-net-mvc/7805612#7805612 – Magpie Oct 18 '11 at 12:04
  • NuGet **Google reCAPTCHA V2** for MVC 4 and 5 - [NuGet Package](https://www.nuget.org/packages/reCAPTCH.MVC/) - [Demo And Document](http://recaptchamvc.apphb.com/) – Sender Aug 08 '15 at 12:34

1 Answers1

1

This is also: http://eglasius.blogspot.com/2010/10/adding-recaptcha-to-aspnet-mvc.html

Korayem
  • 12,108
  • 5
  • 69
  • 56