Populate the data elements automatically as they are requested.
Questions tagged [auto-populate]
261 questions
0
votes
2 answers
Popuating form fields from MySQL using AJAX and Jquery
I followed a tutorial to adapt the code. Here I am trying trying to auto-populate my form fields with AJAX when an 'ID' value is provided. I am new to Jquery and can't get to work this code.
Edit 1 : While testing the code, Jquery isn't preventing…

Developer Vidit
- 70
- 8
0
votes
1 answer
populate form based on multiple select elements
I want a form to have multiple drop down selects that change based on the previous selection. This is how I want it to work.
0
votes
0 answers
JSON Parse xmlhttp.requestText
I have a form that has a dynamic drop down select that when a value is selected it auto populates two other form fields, short and long description. I am trying to use Ajax to retrieve the short and long desc based on the value of the drop down…

klm10
- 277
- 1
- 12
- 24
0
votes
1 answer
Checkbox Populate Form Fields
I wish to use a checkbox to populate form fields.
Example User Flow:
Visitor fills out shipping info fields like name, address, zip, city.
Visitor has option to checkbox to auto populate billing info fields.
If user checks "same as billing info"…

Uncle Iroh
- 376
- 5
- 17
0
votes
1 answer
Auto-Populate the User Field in Django (no such column)
I am attempting to auto-populate the 'pub_date' field in my BucketListItemForm. I have been able to do this with the time and date field but continually get the following error when trying to do this with the 'pub_by' field:
no such column:…

Michael Sullivan
- 77
- 1
- 10
0
votes
1 answer
Autopopulate form input texboxes with javascript
I have this following problem because I don't have expertise in Javascript
I'm testing a Facebook login at
http://goo.gl/3R3owa
After the user is logged in Facebook an alert windows with the birthday and location comes up. So far so good.
Rather…

saavedrajj
- 63
- 5
0
votes
1 answer
What's the issue in restricting the user to select value from auto populated list only in jQuery(i.e. user should not be able to enter new entry)?
I'm using jquery-1.9.1.min.js, PHP, MySQL, etc. for my website. I'm using Bootstrap's typeahed plugin to achieve the auto populate functionality on a text field. AS user starts typing into the text field, at the back end I'm fetching the necessary…

PHPLover
- 1
- 51
- 158
- 311
0
votes
1 answer
Auto-add data from one worksheet to another
I am using a spreadsheet to keep track of our files. I listed the client's last name (column a), first name (column b), date to be destroyed (column c), the aisle & row (columns d & e), status (column f), close date (column g), and close case #…

Charise Rasberry
- 1
- 1
0
votes
1 answer
Auto-populating a form from an e-mail link
I'm looking to send out emails containing links to sites that dynamically pre-populate the form fields.
I've been using form field ID's with the link like so
http://website.com/sub/orders.php?Name=Joe&email=fake@faker.com
but it doesn't seem to be…

Newcombe
- 57
- 10
0
votes
1 answer
Auto-populating a form on an external site
I'm writing an app that sends emails to your local congressman. Is there a way to auto-populate the form on the government website using information sent to my app? For example, if a user of my app provides their personal information and a personal…

user3654703
- 1
- 1
- 3
0
votes
1 answer
Auto Populating a php form
I am trying to create a form with an auto-populate feature where a user enters an employee ID, and fields like name, job title, status, etc populate when they leave the employee ID field, similar to the function of the table in…

Jeff
- 3
- 2
0
votes
1 answer
How to auto-populate a form on a site using the i made on another html file?
I have a site that I want to auto-populate using a certain web page I made. I want to fill my own field on my site and if I click auto-populate, the information inputted on my page will auto-populate the site that I'm targeting.
This is necessary…

Juvin
- 1
- 1
0
votes
1 answer
Django Admin class to auto-populate user field
I am trying to populate the field 'owner' in the my NoteForm. I read in documentation that I need to use the Admin for that.But i still get this error : note_note.owner_id may not be NULL. Need help. Code:
forms.py:
class…

Konstantinos Korovesis
- 275
- 1
- 7
- 20
0
votes
1 answer
Django claas Admin auto-populate user field
I am trying to populate the field 'owner' in the my NoteForm. I read in documentation that I need to use the Admin for that.But i still get this error : note_note.owner_id may not be NULL. Need help.
Code:
forms.py:
class…

Konstantinos Korovesis
- 275
- 1
- 7
- 20
0
votes
1 answer
Ruby on Rails: Use text box data to populate form data on another page
I've having issues finding a simple answer for what I would think is a really simple question.
All I want to do is search for a 'subject' using a text field of any kind, and then redirect the user to the the correct page to enter some information…

Ian Ellis
- 541
- 6
- 19