I have a purchases form that requires you to select a customer ID, currently it is just a dropdown list of Customer Names with their ID hidden.
What I want to do is instead of a dropdown list, there will be a hyperlinked select button that when clicked will open a popup box that allows them to search through a list of customers using whatever field they choose.
Now I have had no problem with making the popup box search through for a customer, I just don't know how to pass that data back to the main page. Are there any examples for this?