Hello,
I'd like to create list of user groups with a first stage in which the user selects the Parent ID and in the final stage all user groups.
I have groups like this :
- countries
--- France
------ Paris
------ Marseilles
------ Strasbourg
--- USA
------ New-York
------ Washington DC
------ Chicago
--- United Kindgom
------ London
------ Manchester
------ Liverpool
...
I'm looking to create a first stage where the user selects the country and in the final stage there is a list of all towns of the country selected in the first stage.
So in my search, I have :
- CCK field - first stage - dynamic value : user_group
- A dynamic select - first stage - with all countries (so WHERE parent_id = id_of_countries ) ; storage : standard - user groups - parent_id
- Search buton - first stage
- User Group Parent ID - final stage - the default joomla field
- CCK field - final stage - dynamic value : user_group
The problem is that doesn't work : when i select a country, sub-groups are not visible (no results).
Can you help me please ?
Thank you !