Index: captcha.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/captcha.js,v retrieving revision 1.4 diff -u -p -r1.4 captcha.js --- captcha.js 20 Feb 2010 21:40:11 -0000 1.4 +++ captcha.js 12 Nov 2010 01:13:08 -0000 @@ -4,6 +4,9 @@ Drupal.behaviors.captchaAdmin = { attach: function(context) { + //Turn off Auto-Complete for input feild + $("#edit-captcha-response").attr("autocomplete", "off"); + // Add onclick handler to checkbox for adding a CAPTCHA description // so that the textfields for the CAPTCHA description are hidden // when no description should be added.