Using Drop-down Lists to Open URLs

I can’t figure how to make a dropdown list that allow to open a webpage when the user chooses an option.

I have all of the data in a database including the URLs… just cant figure how to open up a URL.

This forum is close to what I need, but Im not good at editing code to make it open a URL.

Hi,
You can use query to get the relevant URL and then use wixLocation.to() to navigate between webpages.

Good luck :slight_smile:
Or