chugh97
chugh97

Reputation: 9994

Are captchas need for my online form

I have an online form in asp.net which using the jQuery wizard, and was not sure my last stage would need a captcha control to prevent bots/crawlers.

So would I need a captcha? for my online web form...?? Is it recommended??

Upvotes: 0

Views: 82

Answers (2)

vamyip
vamyip

Reputation: 1171

If you are not going to make it public, i.e. providing form to invited users only, then, you probably don't need Captcha. But, if it is going to be open to public,(like gmail for example) then, its definitely recommended to put captcha in the form.

Upvotes: 1

Kangkan
Kangkan

Reputation: 15571

Captcha is recommended if your application/form is being attacked by bots. If you feel, there are attacks and you have sensitive information, you can opt for captcha (or recaptcha).

Upvotes: 1

Related Questions