I want to create a Team page for my website like below image,
I'm gonna split the sections like Sales Team, Developer Team and Marketing team. When I load the page I want to display all section. When choose Sales Team from dropdown I want to load only Sales Team section. How can I do that in simple way in umbraco?
Filter option
Hi there,
I'm gonna split the sections like Sales Team, Developer Team and Marketing team. When I load the page I want to display all section. When choose Sales Team from dropdown I want to load only Sales Team section. How can I do that in simple way in umbraco?
Hi Vijay
Are you using Nested content for this data? If yes, add one more field to Team member doctype like Team dropdown.
Then add a filter on this property.
Thanks,
Alex
Can you please send me some sample code?
Show the structure first, how did you organize the content?
is working on a reply...