I'm trying to create a search page but having some trouble with linking two drop down lists, what I am hoping to do is have one drop down list for the top level then once the user selects an option it would populate a second drop down with the children of the selected node.
Does anyone have some suggestions/advice or an example?
Dependent drop down lists
Hi,
I'm trying to create a search page but having some trouble with linking two drop down lists, what I am hoping to do is have one drop down list for the top level then once the user selects an option it would populate a second drop down with the children of the selected node.
Does anyone have some suggestions/advice or an example?
Thanks, Jeff
Jeff, I'd suggest angularjs with data supplied by web api calls. Check this basic fiddle: http://jsfiddle.net/annavester/Zd6uX/ and the umbraco docs on web api within Umbraco https://our.umbraco.org/documentation/reference/routing/webapi/
Let me know if you'd like a detailed example.
Steve
is working on a reply...