Fill from user input

yeppy12

Registered User.
Local time
Today, 12:53
Joined
Sep 11, 2007
Messages
38
I want to create a form that prompts the user for an ID and then fills in the form with that person's contact info.

However, I do not want to use a drop down because it would be far too long. Ideally, I want the user to be prompted for an ID, type in the ID, and hit enter. The next form to pop up would be filled out with the person's contact info. Any ideas on how to go about that? Thanks.
 
Sounds suspiciously like you need to implement database security groups with individual logins - once the user has enetered name & password, you should be able to pick up all their details from a hidden lookup table
 
Well, the info is nothing that needs to be kept private. I just want the user to be prompted to enter an ID because it is a unique # and would be easier than prompting for anything else.
 

Users who are viewing this thread

Back
Top Bottom