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 ?

pupeno
  • 267,428
  • 120
  • 345
  • 578
Kumar
  • 10,453
  • 12
  • 80
  • 127
  • 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
  • 11,267
  • 5
  • 66
  • 54