Questions tagged [autofill]

Autofill relates to auto-populating data into user interface forms, etc.

Autofill is an option found in software programs such as Internet browsers that allows the users to quickly fill out common forms, with fields such as their address, e-mail, or credit card information.

For example, in a traditional shipping form you see when ordering something on-line: with Autofill you can select a field in the form, choose data you want to enter, and immediately have all fields filled out.

1255 questions
619
votes
68 answers

Disabling Chrome Autofill

I have been running into issues with the chrome autofill behavior on several forms. The fields in the form all have very common and accurate names, such as "email", "name", or "password", and they also have autocomplete="off" set. The autocomplete…
templaedhel
  • 6,317
  • 3
  • 11
  • 5
247
votes
28 answers

Google Chrome form autofill and its yellow background

I have design problem with Google Chrome and its form autofill function. If Chrome remembers some login/password it changes a background color to a yellow one. Here are some screenshots: How to remove that background or just disable this autofill…
hsz
  • 136,835
  • 55
  • 236
  • 297
199
votes
10 answers

How to trigger Autofill in Google Chrome?

I would like to know if there is some kind of special markup to enable the Chrome autofill feature for a specific form. I only found questions about how to disable it, but I would like to know if I can add some kind of markup to the html code in…
Riesling
  • 5,693
  • 6
  • 27
  • 30
191
votes
33 answers

Detecting Browser Autofill

How do you tell if a browser has auto filled a text-box? Especially with username & password boxes that autofill around page load. My first question is when does this occur in the page load sequence? Is it before or after document.ready? Secondly…
Undefined
  • 10,466
  • 5
  • 35
  • 61
147
votes
25 answers

Override browser form-filling and input highlighting with HTML/CSS

I have 2 basic forms -- sign in and sign up, both on the same page. Now, I have no problem with the sign in form auto-filling, but the sign up form auto fills as well, and I don't like it. Also, the form styles get a yellow background which I can't…
casraf
  • 17,682
  • 7
  • 48
  • 83
60
votes
17 answers

Disabling Safari autofill on usernames and passwords

You might already know, that Safari has a nasty autofill bug where it fills email, username and password fields no matter if you set autocomplete="off" or not. Here's a basic form:

Jari
  • 679
  • 1
  • 6
  • 9
50
votes
21 answers

Disable form autofill in Chrome without disabling autocomplete

How can we disable Chrome's autofill feature on certain s to prevent them from being automatically populated when the page loads? At the same time I need to keep autocomplete enabled, so the user can still see the list of suggestions by…
Elias Zamaria
  • 80,938
  • 29
  • 103
  • 136
46
votes
10 answers

Disabling Android O auto-fill service for an application

Android O has the feature to support Auto-filling for fields. Is there any way I can disable it for a specific application. That is I want to force my application not to use the auto-fill service. Is it possible ? To block autofill for an entire…
jgm
  • 1,182
  • 1
  • 17
  • 38
43
votes
8 answers

Prevent textbox autofill with previously entered values

I have an asp page with some Textbox controls on it. By default, the browser will suggest previously entered values for each box. I'd like to prevent that behavior for some of the textboxes. Is there a way to reliably do that across all major…
JosephStyons
  • 53,646
  • 63
  • 151
  • 228
43
votes
12 answers

Autofill populating wrong fields

I have a site with a checkout page that has always worked beautifully. Recently, any customer that uses autofill to fill out his info, gets his email address dumped into the company field. There are no changes that we did that could affect…
Haim
  • 937
  • 2
  • 9
  • 18
40
votes
5 answers

Form field names used by personal data auto-fill in browsers (Safari, Opera)

I'm looking for complete list of form field names () that are recognized by auto-fill functions in major browsers. Here are some I've found to work in Safari using…
Kornel
  • 91,239
  • 30
  • 200
  • 278
35
votes
9 answers

Google chrome autofilling all password inputs

My Problem I must have turned on google to autofill for a login on my site, however it is trying to now autofill that login data whenever I want to edit my account info or edit another users account info (as an admin). It fills in my data in weird…
Tyler
  • 3,519
  • 5
  • 32
  • 54
34
votes
5 answers

Strong password autofill appears in iOS simulator

Our UI test suites are showing some unexpected behaviour where our Create Password screen intermittently auto-completes both the username and password - this results in the test being failed. The process is something like: Tap in the first create…
Estel
  • 1,974
  • 1
  • 16
  • 25
34
votes
1 answer

Is it possible for a UIWebView to save and autofill previously entered form values (e.g., username & password)?

I'm building an iPhone app that is just a UIWebView of an existing mobile site that has a form-based login. When I login to the mobile site on iPhone Safari, I'm prompted to save my username/password, and it's then autofilled when I go back to the…
byron
  • 970
  • 3
  • 14
  • 24
34
votes
4 answers

How does form auto-filling in the browser work?

How does form autofill work in modern web browsers? Which are the most common techniques used in browsers that implement automatic form filling? -- EDIT -- The question is not about autocomplete, is about form autofilling, which cares not only about…
fjsj
  • 10,501
  • 9
  • 36
  • 54
1
2 3
83 84