Hi,
I have a huge form that partly extracts data from a database, partly takes user input and partly display data accoding to what the user types in the fields.
Say I have field 1, field 2, and field 3 etc... What I would like is when the user input something in field 1, there is an autoprocessing behind that display the corresponding data on field 2 while the user continues to fill the rest of the form.
Do I necessarily have to use javascript to do this or is there any way to do it in php ? I 'd prefer to have the smallest amount of javascript code possible in the page.