Dear All,
Now I am developing a site that have parent categories and child categories like the following:
——-
Iraq (parent)
-Baghdad
-Basra
Egypt (parent)
-Cairo
-Alexandria
——
Vehicles (parent)
-cars
-buses
Electronics (parent)
-T.Vs
-Mobiles
—–
What I want to do with views parametric search is to have four multi select menus first for countries (Iraq, Egypt), when the user select the country the second one update to contains only the children (Baghdad, Cairo, etc.) Of the first multi select menu.
The third multi select is for departments (electronics, vehicles), when the user select the department the fourth one updates to contain children of third multi select (cars, TVs).
Please how can I achieve that with Views parametric search?
In addition, I want the same thing but with small alter in CRED.
I want the user to select the country from the first “select” menu then the second select menu will appear to show only the provinces(child of) of the selected country (not all the elements).
For the third select menu I want the user to select the department then the fourth select menu will appear to show only the “child of” the selected department (not all the elements).
Please how can I achieve that with CRED?
Best Regards
Mohammed