I don't have any code yet, and i've been searching a lot looking for a solution that fits my needs... Probably is something really simple but I'm not getting it.
I have a dropdown menu, that gets the option from a PHP MYSQL query... that part is easy... But after the dropdown I'll have a text field that i need it to to get the value from the DB after selection an option in the dropbox...
can someone point me a solution for this...
The only clue i have is that I'll need to use the JS document.getElementById("local").value=value to get it...
Grateful for any help! already spend a lot of time trying to achieve this...