Questions tagged [auto-populate]

Populate the data elements automatically as they are requested.

261 questions
1
vote
0 answers

AngularJS: Using an angucomplete and data isn't always populated correctly on load

I am writing some forms for adding and editing resources. I am using Angucomplete-alt (https://github.com/ghiden/angucomplete-alt) and my own dropdown directive to get choices from the database. Those are in a separate controller from the main form.…
1
vote
1 answer

How to auto-populate Google form with page breaks?

What I am trying to do is very simple, yet there doesn't seem to be a way to do it. Here is what I am trying to do: Create a google form with 2 page breaks. The first page asks 1 question (from a drop down). When you hit continue, I want to have…
Arsene de Conde
  • 41
  • 3
  • 10
1
vote
1 answer

AutoComplete TextBox is not populating other fields

I am having trouble getting a TextBox with AutoCompleteExtender to populate other fields after a selection has been made. If I try the same thing with a DropDownList (changing the control names where appropriate to point to the DDL instead of…
1
vote
1 answer

Creating a Table in XAML and populating it with an Array?

If I have a table like the one below:
Dan
  • 2,304
  • 6
  • 42
  • 69
1
vote
0 answers

I have a drop down list that populates another list, but the spry validation doesn't work for the populated list

I have a drop down list that populates another list, but the spry validation doesn't work for the list that becomes populated using javascript. Any help would be greatly appreciated, thank you! Here is my form...
1
vote
1 answer

Populating a dropdown box with image names

I'm trying to get my select dropdown box to populate with the name of the images in my directory. Currently, using the following, it is populating the correct number of items, but not displaying the name. Php is not my forte, so any tips would be…
user3476623
  • 13
  • 1
  • 6
1
vote
1 answer

CakePHP normal input box pre populates but not select box?

I'm using Cake's form helper, and it is supposed to pre-populate when I set $this->request->data to something in my controller. It is pre-populating for normal type="text" input boxes, but not for type="select". Anyone know why? If I…
user2278120
  • 623
  • 2
  • 9
  • 22
1
vote
1 answer

postgres import csv and auto populate ID and created on and updated on

I just switched from sqlite to postgresql for my rails app and attempting to import data into the database via csvs. I have been able to import the data just fine, however, I cannot get the id, created on, and updated on fields to auto populate when…
mcnollster
  • 537
  • 1
  • 4
  • 14
1
vote
1 answer

SharePoint 2010: How can I pre-fill Scheduling Start and End Date?

I would like to know how to pre-fill the Scheduling Start and End Date in the metadata/properties of each item edited or created in a SharePoint list. Scheduling Start Date: Today's date. Scheduling Start Date: Today's date + one year. Reason for…
Humble Val
  • 379
  • 2
  • 8
  • 17
1
vote
1 answer

mySQL - autopopulate a sortorder column based on alpha of another column

I have an application where I cannot change the way the app sorts the output. It wants to use a "sortorder" column no matter what. I also have a large table where the sortorders are all currently zero. I want to populate those fields automatically,…
Greg Holmes
  • 141
  • 13
1
vote
2 answers

Dlookup VBA code with 2 criteria

I have an MS Access form with a project_ID field combo box and several other fields. Once the user selects the project_ID field, majority of the subsequent fields on the form are automatically populated. I am trying to add a field on the form that…
JT2013
  • 643
  • 6
  • 25
  • 46
1
vote
2 answers

How to populate textfields from a dropdown in MVC 4 with razor and c#?

I am working on a "Challenge Engine" web application that allows users to create challenges and compete with each other. I am using MVC 4 C#, razor syntax. I am trying to make a page where the user can either create a challenge, or edit the details…
James Dunn
  • 8,064
  • 13
  • 53
  • 87
1
vote
2 answers

Autopopulating multiple select box has the first option selected in Internet Explorer

I am updating a multi select box using ajax with prototype: new Ajax.Updater(selectbox, someurl,{ method:'post', parameters: "data=" + result, onFailure: function(){ alert('ajax updater error'); } }); The updater works pretty well and…
user197483
  • 194
  • 2
  • 2
  • 11
1
vote
0 answers

PHP dropdown selection populates a text area with info

I have been trying to figure out a piece of code to answer the following question. I have a ticketing site that has a dropdown that users select what departement they want their ticket to go to, I need it to populate the text area with a few things…
1
vote
1 answer

Automatic form population in Rails?

I'm a bit thumped on this one. On my site: www.mystorkparty.com a user creates a large registry for her baby shower. Is there anyway to create and save a populated registry and then let the user can just click auto populate and her registry form has…
Erin Walker
  • 739
  • 1
  • 11
  • 30