Ninad Ajnikar
Ninad Ajnikar

Reputation: 183

jquery+php captcha plugin

I've searched through the net for various captcha, but couldn't found anything which suit my needs.

What I basically want is as follows:

  1. I have a form with a file input box so user could upload file through the form been shown. I now need to add a captcha to eradicate the spam.

But when a user enters invalid code in the captcha text box I want to have all the fields filled in with the values entered by the user.So that if user enters invalid code he would just need to enter the code again and no need to fill up the form.I can show all the field values currently except the file input box.

What is happening with me is I have to again upload the same file if I enter a wrong code in the captcha box ... this is little frustrating.

So can anyone let me know if there is any plugin which does this sort of mechanism.

Upvotes: 0

Views: 2367

Answers (2)

Thom Wiggers
Thom Wiggers

Reputation: 7044

http://www.jquery4u.com/security/10-jquery-captcha-plugins/

Ah, google saves the day again.

Upvotes: 0

saturngod
saturngod

Reputation: 24967

I am using recaptcha and it's already support ajax

you can check demo at

http://www.google.com/recaptcha/demo/ajax

How to use

https://developers.google.com/recaptcha/docs/display

check Ajax API

Upvotes: 2

Related Questions