This topic is locked

Autofill Fields Based On Drop Down List

4/23/2009 4:18:54 AM
PHPRunner General questions
P
P00HB33R author

Hi Guys,
Im a newbie at PHP and PHPRunner. Got to say it's a awesome app. Testing it a bit.

What i want to be able to do is, say on a form I have a drop down list containing

customer names. Once a customer has been selected the rest of the fields must be filled in automatically

with the details of that cusotmer. Eg.
Table:**Customer Name ID Number Sex

Jack Aws 87454845656 Male

Sally Pews 87965645564 Shemale**
Once I select Sally Pews from the drop down list, her ID number and sex must be put into blank text fields on the form.

Any help would be greatly aapreciated.
THANX GUYS <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11628&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

O
OLDmrcaseyman 4/23/2009

Hi Guys,

Im a newbie at PHP and PHPRunner. Got to say it's a awesome app. Testing it a bit.

What i want to be able to do is, say on a form I have a drop down list containing

customer names. Once a customer has been selected the rest of the fields must be filled in automatically

with the details of that cusotmer. Eg.
Table:**Customer Name ID Number Sex

Jack Aws 87454845656 Male

Sally Pews 87965645564 Shemale**
Once I select Sally Pews from the drop down list, her ID number and sex must be put into blank text fields on the form.

Any help would be greatly aapreciated.
THANX GUYS <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=40431&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' />


Welcome!

If you click on the "Help" button at the bottom of your screen while you are using PHPRunner it will open the help files. Then put "AJAX-based Functionality" in the search box and it will bring up the topic of dependent dropdown boxes. I had to play with awhile to get the hang of it.

Steve