This patch have been created with reference to the issue #Autocomplete issue (2093153)
I have created a patch to disable auto fill on text fields. This patch only works with modern HTML5 supported browsers.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

donutdan4114’s picture

Patch not applying for me:

sites/all/modules/contrib/compact_forms/compactforms-autocomplete-2093153.patch:9: trailing whitespace.

sites/all/modules/contrib/compact_forms/compactforms-autocomplete-2093153.patch:11: space before tab in indent.
  		'#type' => 'radios',
sites/all/modules/contrib/compact_forms/compactforms-autocomplete-2093153.patch:12: space before tab in indent.
  		'#title' => t('Turn off auto fill of form fields - Works only in HTML 5 Browsers'),
sites/all/modules/contrib/compact_forms/compactforms-autocomplete-2093153.patch:13: space before tab in indent.
  		'#options' => array(
sites/all/modules/contrib/compact_forms/compactforms-autocomplete-2093153.patch:14: space before tab in indent.
  				0 => t('Autocomplete off'),
fatal: corrupt patch at line 99

Cleaned it up a bit.