Hello
I have a 2 dropdown list, and i want that the values of the both depend of each otter…
I will give a simple example:
animals -> cat,dog, snake, crocodile
In the first form(with a dropdown list with mamifer and reptile), if the user chooses mamifer, the second form with the drop down list will appear cat and dog. If the user chooses reptile, the second form with the drop down list will appear snake and crocodile.
And for the second drown list is necessry do a innerjoin in the database to find the animals that correspond to mamifer ou reptile…
Thanks