Hello,
I have two dropdowns which are getting the data from two separate tables from the database. That works so fine. But how can I put them in relationship? I want that the second dropdown only show the corresponding values to the first dropdown:
e.g.
If I select BMW, I only want to show 3er, 5er in the second dropdown.
Is this possible?
Thanks, Alex
I have two dropdowns which are getting the data from two separate tables from the database. That works so fine. But how can I put them in relationship? I want that the second dropdown only show the corresponding values to the first dropdown:
e.g.
ID;Marke
1;BMW
2;Audi
ID;Marke;Modell
1;1;3er
2;1;5er
3;2;A4
4;2;A6
If I select BMW, I only want to show 3er, 5er in the second dropdown.
Is this possible?
Thanks, Alex