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
-2
votes
1 answer

Wrong Date Format In Form Field

I posted a similar question last night, unfortunately I included the wrong code to get the help I need. Let me try again. I am trying to autofill a 'date' field in my web form so the user doesn't have to enter it. Currently, I am using the code…
Jamie Sexton
  • 157
  • 1
  • 4
  • 16
-2
votes
1 answer

Export PDF with pre-filled and unfilled editable fields

I am trying to print out custom commercial invoices based on a known set of data and allowing for an unknown set of data. My known data includes addresses, general contact information, etc. What I want is to be able to use a PDF template of a…
Jon Mitten
  • 1,965
  • 4
  • 25
  • 53
-2
votes
1 answer

auto fill not working in firefox and IE

i want my username and password to be autofilled when user already logged into the website, i have enable auto fill by below code. when user visits next time, i want both user name and password field should be prepopulated.
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
-2
votes
1 answer

How to sort a string list according to equality to a string?

I have a big string list of names and an autofill function for a combobox. Currently i'm just filtering according to contains. But the order in the combobox isn't nice. Is there a easy way to sort the string list (after contains) according to…
Spenhouet
  • 6,556
  • 12
  • 51
  • 76
-3
votes
0 answers

How can I use Special Characters in OTP for iOS app? Keypad on iPhone doesn't pick OTP with special characters?

I am working on a banking app and want to make OTP more complex by including special characters in it. But on iPhone, what i observe that it ignores OTP sms if the OTP is comprising of special characters. How can I use Special Characters in OTP for…
-3
votes
0 answers

"Exception: Invalid argument: replacement" Google Sheets Apps Script

I have copied and edited a Google Sheets Apps Script for creating google docs using a template and replacement values from a google sheet. It was working, and then I changed a bunch of stuff and now it is returning the error message: "Exception:…
-3
votes
1 answer

Ext JS 2.3 - Previous values in fields displaying- it's like an browser auto fill selections but different

i clicked on Destination Zip field and a list appeared which is not expected. i used autoComplete:False but still not working.Need Help.
Shobhit
  • 23
  • 6
-3
votes
1 answer

How can I create a template that will auto populate/calculate cells based on a SKU value?

Every day I work with product data, both product creation and listing creation for the web, eBay, and Amazon. To speed up the process and better maintain data originality I am trying to create a workbook that automates the process. The goal is to…
wheel58m
  • 112
  • 2
  • 15
-3
votes
1 answer

How to fill a div that is loaded from another html page

I'm trying to load a div from another html page, then fill it with values from my main html page. My div is correctly loaded and displayed, but it seems like it doesn't want to fill up. Here's what I have so far : $("#valider").click(function() { …
darzang
  • 156
  • 2
  • 17
-3
votes
1 answer

Auto-click a button in Javascript

Here is the code for the button that needs pressed:
I tried using:…
Andrew D
  • 11
  • 1
  • 1
  • 2
-3
votes
2 answers

Using the parameter passed by URL in JavaScript

I need to add a 'Send Message' button which takes the username of the user that message will be sent to, goes to a link and put this username to the 'To' field of the message form. This is my code function sendmessage() { var x; //geting the…
Mert
  • 1
-4
votes
0 answers

Issue in getting autofill value from database table

I get value of mrno and name by get method from the landing page. Its working fine till that point. But the problem start when I tried to get Previous Amount value from the existing table of mysql database using script . Its work fine when I…
Moon
  • 63
  • 5
-5
votes
1 answer

Check/Uncheck checkboxes with Javascript

I have developed a form that I have shown in the pic. The thing I want is that when I select checkbox A the checkboxes 1 and 2 should automatically selected and unselected similarly. And when I select checkbox B it should check checkboxes 3 and 4…
ans11
  • 33
  • 7
1 2 3
99
100