Help with Button with A Drop Down List and previous and next function for a Dynamic Page

This time you will need some CODING, i think.
Do not know how to do it without CODING.

So, you will need something like this…

export function dropdown1_change(event) {
 let currentIndex = $w('#dropdown1').selectedIndex
    $w('#dataset8').setCurrentItemIndex(currentIndex)
 let currentItem = $w('#dataset8').getCurrentItem()
 
    console.log(currentItem)
    console.log(currentItem.title)
    let URL = "" //<---- modify to Dynamic-URL
    wixLocation.to(URL) 
}

This is just an example, you will have to modify this code.

  1. Changing the dataset.
  2. Modifiying the DYNAMIC-URL

This CODE goes to the dynamic page (Title).