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

How to FILL DOWN (autofill) value , eg replace NA with first value in group, using data.table in R?

Very simple and common task: I need to FILL DOWN in data.table (similar to autofill function in MS Excel) so that library(data.table) DT <- fread( "Paul 32 NA 45 NA 56 John 1 NA 5 George 88 NA 112") becomes Paul 32 Paul 45 Paul…
IVIM
  • 2,167
  • 1
  • 15
  • 41
-1
votes
1 answer

How to autofill based on values in multiple cells

First question, hope I'm doing this right... I've got a series of data in Cells A:C Let's take for instance: Cell A2 = Apple Cell B2 = Banana Cell C3 = Tomato Within Cell D3 I'd like to have it Autofill as 'Fruit'. If any cells from A:C are not…
QuirkyD
  • 3
  • 1
-1
votes
2 answers

duplicate multiple numbers in excel

I am trying to create a database in excel. I have a chronological list of 365 dates and I want to be able to fill in 100 cells for each date in a single row. DATE 1/1/2018 (listed 100 times) 1/2/2018 (listed 100 times) 1/3/2018 (listed 100…
-1
votes
1 answer

Survey form automatic slider randomization

I'm trying to figure out a way to automatically randomize slider positions (type range) when I come across them on a webpage (mostly on web survey forms like Qualtrics or Surveymonkey). I would like to add this slider randomization to an…
theCrabNebula
  • 731
  • 2
  • 13
  • 29
-1
votes
1 answer

JAVA SCRIPT var with Double Quotes to PHP and back for Auto fill

I have an HTML/PHP form that uses JAVA SCRIPT function to send (POST) an input content to a PHP code which performs a query and gets back to the JAVA SCRIPT function with data to Auto fill additional inputs in the form. It all works great when the…
Mark.D
  • 51
  • 1
  • 1
  • 6
-1
votes
1 answer

How to fill ComboBox while you are typing in it?

I am trying to accomplish a search as you type in a TComboBox and add items automatically as I type. I use Delphi 7 and MSSQL. Lets say I have a long table with name lists in a table with one column named 'names' and I typed 'Jonathan'. I want to…
StarDust
  • 3
  • 2
-1
votes
1 answer

Autofill Formula to end of data VBA

When I looked up a VBA to auto-fill a formula to the end of the data on all of my worksheets in a workbook, I found this one: Sub FillFormula() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ws.Range("Q2").Formula =…
maracleinc
  • 17
  • 3
-1
votes
1 answer

How to select value from chrome autofill box which comes for form filling using Selenium

I want to select the value from Chrome autofill suggestion box which comes whenever you fill the form using selenium. I have tried sendkey(Keys.ARROWDOWN) however it is not working. Please suggest me how can I achieve this using selenium java.
-1
votes
2 answers

Generate query string using jquery, javascript OR PHP

i have a form that users can fill out and i need the users to be able to generate a pdf with their results using query string example