Mega Menu wix template

Hello
I want To open the Url in this Screenshoot In current Window ?
how should I do this
by the Way I’m anew one to this


community and i appreciate any help

Firstly, if you open up that example in the Wix Editor, you will clearly see that the field you have circled is all of the content that should be displayed in the sub headings that are shown after you choose one of the main menu headings.

[{"label":"Shirts","url":"https://www.wix.com"}, {"label":"Shorts","url":"https://www.wix.com"}, {"label":"Pants","url":"https://www.wix.com"}, {"label":"Footwear","url":"https://www.wix.com"}]

So for example, when you click on Mens - Active, then all the data in the first row’s field will be displayed in the repeater, either repeater sub 1 or sub 2 depending on the field.

Within that sub menu field is the labels for the text be shown and the link that the text should link to when the user clicks on it.

So basically all the user has to do is to choose a product from that sub menu like shorts and they will be directed by the link for that label to the appropriate page.

You can however also display url addresses from a dataset, although note that the field type must be URL.

It all depends on how you are wanting to display the data from that collection on your page. You can have it displayed in a table or better choice is a repeater for example. Then you can simply connect the dataset fields to the correct boxes to display the data.

CMS (Formerly Content Manager): About Your Collection Fields | Help Center | Wix.com
CMS (Formerly Content Manager): Displaying Collection Content on a Regular Page | Help Center | Wix.com
CMS: Connecting Elements to a Collection Using a Dataset | Help Center | Wix.com
https://support.wix.com/en/article/creating-a-clickable-url
https://www.wix.com/corvid/forum/community-discussion/hyperlink-inside-database-table%3Fpage%3D2
https://support.wix.com/en/the-wix-editor/lists-grids-1471254 - info about repeaters
Adding and Setting Up the Table Master App | Help Center | Wix.com - info about tables
Working with the Connect Table Panel | Help Center | Wix.com - info about tables with code

In other simple words, simply change the url address in those fields to whatever your url addresses should be.

So that when the user on your site clicks on it, then they are taken to the appropriate page.

Many thanks for your Help , i will follow your steps now
i appreciate your time and Help