Linking documents in drop down

Hey everyone! New to Velo and am wondering if it’s possible to link PDF documents in a dropdown menu. Specifically, I’m looking to link job descriptions in a dropdown menu. Is that possible?

You can’t have real links in a dropdown.
However you can do one of the following:

  1. Have string values that stand for the target URLs and once selected (dropdown.onChange() use wixLocation.to(dropdown.value);

  2. Create a dropdown-like element using a box (with .collpase() .expand()) and have the links there.

In addition to J.D.'s answer, take a look onto the shown little examples here…
https://russian-dima.wixsite.com/meinewebsite/website-navigation