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???
prevent auto-fill fields
Moderator: General Moderators
-
The Monkey
- Forum Contributor
- Posts: 168
- Joined: Tue Mar 09, 2004 9:05 am
- Location: Arkansas, USA
Why it took me so long to remember this...I will never know:
Code: Select all
<input size="20" name="newCreditCardNumber" autocomplete="off">