How to: Auto fill.

We already have these data in our system.

For Example, ID: 10001111
Fullname: Peter Ann
Organization: 123 Company

What we need;

 When we enter "1000111" in textfield (we already have data "1000111" in the system) and the information of user ID 1000111 will show automatically in textfield of fullname and organization.

 So how do we write these Script?
 Please Kindly explain.

*** PS. we meed work method of “textchange” and the result will be “Auto fill”

Please…
Thank. for any answer…

Re: How to: Auto fill.

You mean this?

http://www.scriptcase.net/systems/v5/exemplos_en_us/form54/form54.php
http://www.scriptcase.net/phpgenerator/samples/tutoriais/form/form54.php

Re: How to: Auto fill.

I mean;

sample…

input id: 10001145 {after textchange}
texfield fullname: perter ann. {Display automatically}
textfield company: 123 company {Display automatically}

Existing data in the system. To be displayed automatically.

After input Filed ID.

Re: How to: Auto fill.

I’m afraid this is not standard functionality, but you can program this using javascript/ajax.

Still looking for something to solve this problem, unfortunately no luck. any idea?

You have to create an ajax onchange event. In that event you select the data from the database and fill your field variables.

Did you manage to solve it? I am looking a solution for almost the same thing, please share !