Populate the data elements automatically as they are requested.
Questions tagged [auto-populate]
261 questions
0
votes
1 answer
SQL/PHP make an array with column name / value for specific unique id
I have an sql table named clients where each client is stored in a row, with a unique (auto increment) id and the column names are: clientname, clientlastname, clientmobile and so on.
I want to make an array that will retrieve the contents of a…

krasatos
- 1,177
- 3
- 13
- 26
0
votes
1 answer
Setting a value to a field
So I have a field address in open.php, when a user starts to write something will fecth google addresses for auto-completion. When a user selects an address a marker is positioned on the map and lat/long fields are populated.
Now I added de…

Ricardo
- 17
- 2
- 6
0
votes
3 answers
Methods of populating a database with content automatically?
I want to populate a mysql database with basic 'holiday resort' content e.g. name of the resort, description, country. What methods can i use to populate it?

Rory Lester
- 2,858
- 11
- 49
- 66
0
votes
1 answer
Populating A Page with XML and Javascript/Jquery, checking if the url is the same as an xml tag
I need to create a javascript function that will write a page based on the url, so basically I am trying to create a javascript function that will check the url, and find the corresponding xml item from there.
The reason behind this is so that the…
Willem Shepherd
0
votes
2 answers
jquery autocalculate form inputs
I have three form inputs for people to input certain tax rates(tax_one, tax_two, sales_tax) and then i have a row of inputs for an item for purchase. This row has price, tax_one, tax_two, and sales_tax.
I'm trying to figure out how to go about…

David
- 10,418
- 17
- 72
- 122
0
votes
0 answers
Populate rows (year listing) based on drop down selection MS Excel
I have a challenge presented to me.
I have searched quite a bit, but I cannot find a solution that exactly works.
I have a drop down listing that represents the number of years (1-50).
I need to populate the number of rows based on the number of…

W Teater
- 1
- 2
0
votes
1 answer
Django: Auto populate data based on selection
I am trying to create an invoice/PO Form and need some help.
I am using 4 models: Client, Shipping, Billing, and PO models.
I have the OneToOne relationship between shipping and billing models to the client model and both as foreign keys (please let…
0
votes
0 answers
How can I automatically populate the runfile option with corresponding json files based on selected runtype using PySimpleGUI in Python?
By using the PySimpleGUI package how can I automatically populate a runfile option with the corresponding json file that I have. So that when I select the runtype in the combo option it automatically imports the corresponding json file to the…
0
votes
0 answers
Post name parameter-passing issue in WordPress
I'm building a job listing page and job application form in my website using WordPress, Elementor, Contact Form 7 and ACF, I have created custom post type named career and add cutom fields for this custom pot type.
Also I have created template for…
0
votes
0 answers
CF7 Populate Text Field Based On Checkbox Checked
I need to be able to autopopulate a text field with "one-hidden" when a customer checks a checkbox, but so far examples I've found online do not seem to work, or I'm putting them in the wrong place.
$('#flight-include').change(function(){
…

Tom Kidd
- 1
0
votes
0 answers
C# - Auto populate the field of Currency Type if the Code is entered
How should I add the code to the application's script that is already there? After entering the specific code, the currency field must automatically populate. I'm new to C#, so I have no idea how to add the code.
The code that is currently being…

siennac
- 37
- 5
0
votes
0 answers
How to pull into a Gravity Form the quantity of a WooCommerce completed order?
I have been looking for a way to get the quantity of an order placed through WooCommerce to populate into the Gravity Form assigned to that product.
I am using these plugins: 1. Woocommerce 2. Gravity Form 3. Gravity Form Product Add-on
I know that…

Drez
- 1
0
votes
0 answers
ServiceNow JavaScript [ Auto populate email connected to user on form]
Please help! Trying to learn how to auto populate the email connected to whom the user is active on the hardware form.
NA

Trigun
- 1
0
votes
1 answer
VBA to auto populate a table from data entered in another table
I'm an electrical contractor and I made a worksheet to help me bid projects.
Say I'm bidding on wiring a new house. I have broken down each task "outlet"/"Switch" to materials and labor needed for each task. Those materials are then multiplied by…

Kooks
- 3
- 2
0
votes
0 answers
How can I auto-populate an ACF field on a standard Wordpress post with the date of the post (year only)?
I am not a coding person at all (very basic HTML and CSS) but I have been asked by a client to have a field in each post they make (just standard WP posts, not custom post types or anything) which holds the year that the post was created. This was…

Simon Langford
- 1
- 1