What is the best way to add captcha or something similar to an XForm in Episerver 7 MVC? When I used Webforms I could access the forms html before rendering by using the BeforeLoadingForms-Event and stuff like that...I've tried this in my MVC project but it seems that the function doesn't even exist?
One idea is to implement the captcha with Javascript but I want to be able to validate the captcha on the serverside as well...
This right here is exactly what I would like to do, but for MVC instead of Webforms... Using Recaptcha with EPiServer XForms