Maybe you already found it...
I have the same question, but I have found a solution for the first drop down:
In your MyAdmin you go to the table jos_comprofiler_field_values, in that table you run next query (SQL tab):
INSERT INTO `jos_comprofiler_field_values`(`fieldid`,`fieldtitle`) SELECT DISTINCT 54, `country` FROM `jos_countrytable`
ORDER BY brand DESC
The load in that table is the only thing you have to do to get the data in youre dropdown in CB.
54 is the ID# of the first dropdown (in my config ofcourse), you can find that Id in jos_comprofiler_field.
country and countrytable you have to change into the names you use, the rest should be correct.
My problem is the interaction between the 2 dropdown's, if you select a country in the first, you have to fill the second one with the country depending city's.
I don't know where or how to make that part to work...
So, if you have the second half of our problem, please let me know.
Greetings.
Post edited by: trace7r, at: 2009/02/15 10:22
Post edited by: trace7r, at: 2009/02/15 10:24