Page 1 of 1

prevent auto-fill fields

Posted: Thu Jul 21, 2005 12:07 pm
by Burrito
I've noticed on a few sites (american express being the most recent) that they have some form fields that will not autofill when you start entering information into them.

anyone know how this is done?

With my sites anythign that is in a secured environment won't auto-fill form fields, but the sites to which I'm referring are not using SSL...they just dont' remember any user info???

Posted: Thu Jul 21, 2005 4:25 pm
by The Monkey

Posted: Wed Aug 03, 2005 10:30 pm
by hawleyjr
Why it took me so long to remember this...I will never know:

Code: Select all

<input size="20" name="newCreditCardNumber" autocomplete="off">