Hi All, I'm trying to link more than one taxonomy lists in a page content type so one is conditioned by the other. to clarify, below are 3 taxonomy lists: Tax_category_District -- District1 -- District2 Tax_category_Cities_1 -- City1 -- City2 Tax_category_Cities_2 -- Tawon1 -- Tawon2 Now, when i create a new Page it gives me a "select list" that i created for "Tax_category_District" But what i need is a second "select list" depends on the chosen District in the same Page. For example, If i choose District1 from "Tax_category_District" it gives me a second "select list" for Tax_category_Cities_1 If i choose District2 from "Tax_category_District" it should give me a second "select list" for Tax_category_Cities_2 Is there a way i can do that whether using select list or Check box option? Thanks in advance. dawood