pasquale1980 wrote: Hello, I am trying to create with CB Conditional of the Dropdown related that reading the values from the database.
Example: I have 3 Dropdown and in the database:
Continent State City
Europe Italy Milan
Europe Italy Rome
Europe Germany Berlin
Europe Germany Monaco
Europe Spain Madrid
Europe Spain Barcelona
how is it possible to filter the dropdown directly on the database, so that if I choose Europe the second Dropdown to return
Italy
Germany
Spain
and if I choose Italy, the third Dropdown to retarn
Milan
Rome