Dynamic Menu Structure

I am new to website developmwnt and am creating a website on Wix. A feature of the website I am trying to create is a dynamic menu which is has a stucture which is dynamic, connected to a Collection I have. Very similar to what this guy attempted to create:

https://www.javacodegeeks.com/2014/12/building-dynamic-responsive-multi-level-menus-with-plain-html-and-omnifaces.html

However I am unfamiliar with javascript and unsure if I can make such a dynamic structure menu in Wix, and if I can I am unsure how to code it.

Would you be able to point me in the right direction?

Hi Nathan ,

There’s many ways to do that, one of them is to use a repeater then connect it to your collection.
Then you have to create onClick function which redirects you to the appropriate page. Take a look at this Api to see how to redirect pages - HERE

Hope this helps!
Best,

Mustafa