Well.. i'm little bit confused..
I've a simple table with ID, CONTINENT, COUNTRY.
In the first dropdown i can load continent's list with a READ_DATA action in LOAD EVENT before DISPLAY SECTION action..
In the dropdown's options field -> {var:read_data}
And this work
Now i need to populate the second dropdown with only country depending the continent selected in the first dropdown.
Well.. In CF5 (if my memory is still good...) i need to create an EVENT whit another read data filtered with the value of the first dropdown...
And in the designer, link this event in the dropdown action change..
But in CF6? Wich is the best way to have 2 dynamic dropdown menu ?
Thank's
LUCA
I've a simple table with ID, CONTINENT, COUNTRY.
In the first dropdown i can load continent's list with a READ_DATA action in LOAD EVENT before DISPLAY SECTION action..
In the dropdown's options field -> {var:read_data}
And this work
Now i need to populate the second dropdown with only country depending the continent selected in the first dropdown.
Well.. In CF5 (if my memory is still good...) i need to create an EVENT whit another read data filtered with the value of the first dropdown...
And in the designer, link this event in the dropdown action change..
But in CF6? Wich is the best way to have 2 dynamic dropdown menu ?
Thank's
LUCA