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.

1499 questions
-1
votes
2 answers

Python Selenium how to fill in many text boxes at once

I am scripting a python autofill script using selenium and python 3.6. I want to fill in text input boxes as quickly as possible. right now I use: driver.execute_script("document.getElementById(--the elements ID-- -).value='%s'" % ---what…
Kermit
  • 329
  • 6
  • 19
-1
votes
3 answers

Autofill a specific text in a range in excel 2013

I am trying to autofill text in a range(N6:N125) in excel 2013 via vba. My code works fine when range refers a single cell but not for a range. could you help me to find my mistake? My code is Private Sub Worksheet_SelectionChange(ByVal Target As…
Abhinn Wasav
  • 145
  • 1
  • 5
  • 13
-1
votes
1 answer

PHP - Autocomplete on input tag

Google has an autofill function on any website. I wonder if it is possible if you could recreate this on your own website (eg. Autofill when website is loading). I want this autofill function implemented on my website. The data it gets should be…
MieskeB
  • 45
  • 2
  • 11
-1
votes
3 answers

Adding two values and auto fill the form in script

I have given two values(numbers) in a form, it has to get added and auto fill in the next field in form. I have tried many ways but it didn't work. Is there any other option to do??
-1
votes
3 answers

Autofill Date Into Form Field

I am trying to autofill a 'date' field in my webform so the user doesn't have to enter it. Currently, I am using the code below, which works fine, except it doesn't provide the date in the correct format, and it also includes the time, which I do…
Jamie Sexton
  • 157
  • 1
  • 4
  • 16
-1
votes
1 answer

How can I fill a google form with IFTTT

I have a google form I have to fill every day with the same info. Whats the best way to text a number and then automatically fill the form? What do I use for scanning the web page and filling the form?
-1
votes
1 answer

How to delete the autofill data stored by Chrome?

How to delete the autofill data stored by Chrome which keeps popping up every time I bring my cursor to a blank field?
Valandil
  • 99
  • 2
-1
votes
1 answer

Can i give the Client a form AutoFill?

You all know the AutoFill Feature for forms in Browser. I have the following situation: I have a WebApp and my users have to manually enter some Data which i give to them into a form on another website. To improve that process, i'd like to give my…
Heady
  • 935
  • 3
  • 10
  • 23
-1
votes
1 answer

Making form filling faster, using autofilling form controls(the autocomplete attribute)

I am working on a html form where, user can store their billing and shipping form. After reading this article link, I am trying to use these attributes but it is not working in chrome v-47. I am only using the provided attributes eg of shipping…
Soarabh
  • 2,910
  • 9
  • 39
  • 57
-1
votes
1 answer

How to modify excel autofill?

I have got a timetable. I want to transpose data in rows to column (rather using formulas) in the way which is shown on this picture. In first row (AU,KM,GK,MZ) are teachers, in second one are rooms. In B23 cell is formula:…
matoex
  • 77
  • 3
-1
votes
2 answers

How to autofill a cell down based on a variable value 'n'

I am calculating a variable number of rows in cell C1, which I need to autofill down by, in cell B1. For example, if C1 returns the number '3', then I need to autofill cell B1 down three rows. Any way to do this using a logic function or VBA?
-1
votes
1 answer

Auto remove, if data already exist on other column

I made a sample records of students showing if they're able to graduate based on the exam taken on Sheet 1, I just put 1 to mean that they passed that exam and blank if they not. To be under For Consideration you need to pass the Prelim and Midterm…
spideynok
  • 23
  • 6
-1
votes
1 answer

Javascript fill the form which you must to type on that

This site : https://launch.stellar.org/#/login When I used $("#username").val("1234"); $(".btn-default").click(); //The site has jquery I got a message: Username and password cannot be blank. Although the username was filled . I tried many code…
-1
votes
1 answer

Vlookup populating blank cells

I'm doing a vlookup to populate cells in WB A with values in WB B.All of the IDs in WB A are not found in WB B. However, when the Vlookup encounters an ID that's in WB A but not in B, rather than returning a blank cell in WB A it returns a duplicate…
-1
votes
1 answer

Excel Worksheet formulas to perform the autofill

I'm looking for a formula that will allow me to type a name into one cell of an excell sheet, and have other cells auto-fill. I'd like to know the formula for this as well as how to apply it to the sheet. Example: Employee Name: Joseph Kelly Email…