Here is the part of the page:
I would like users to be able to enter their specific code in the box, then it return the value in the text box to the right.
I have the user input connected to the relevant column in the database, and the text box also connected to the second column which is the value associated to the specific user code.
How do I link these up, so when the correct code is entered, it returns the associated value in the text box?
Huge thanks in advance to any answers!