thanks for letting me write. I want to do is to link to a drop-down button a page for each name or title, the question is if I can do it, and how do I do it. Thanks in advance
Hola Andres,
this is what I would try:
- setup a collection with Labels for the DropDown and a URL, like
Contabilidad privada | /contabilidadprivada - drag this Dataset into the page
- query the collection and put the URL fields into an array
- make the dropdown data bound to the first label
- on the Onclick event, get the SelectedIndex
- with this Index, get the corresponding URL from the array (both 0-based)
- use wixLOcation.to() to navigate to the page
2 and 3 could also be replaced with a separate query on that collection to retrieve that row.
Hello, Giri Zano
Please, you can explain with example code?