Reputation: 183
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:
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
Reputation: 7044
http://www.jquery4u.com/security/10-jquery-captcha-plugins/
Ah, google saves the day again.
Upvotes: 0
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