I see that there is no CAPTCHA built into the form.
I have found how to implement this manually but I am getting stuck at one certain point.
Basically, to implement CAPTCHA manually you have to have three pieces of code. The full explanation of it all can be found here.
I have everything in place and CAPTCHA is showing on the form but I am stuck on the validation of it.
How do I implement this with your current asp imagebutton, onclick event, etc:
if (ctlCaptcha.IsValid)
{
//Do your processing!
}
Or, do you have another way to accomplish this? Or is this module (because of the "Next" buttons) protected from form bots?