Dropdowns as links

Is there a way to make dropdown options into links? I am using a conditional based form for navigation and on the final set, as users drill down to the finer details of the navigation, I’m currently displaying a HTML chart with links in it, but am wondering if its possible to do that final set in the dropdown as links.

I don't believe links can be added to a drop-down field. Links can be added to other field types like radio or checkboxes, but drop-down fields strip out the HTML when loading on the page.
You can conditionally redirect the user to a different page/URL based on a selection of a field in your form. This would require the user to make a selection, then hit submit to be redirected.

You can't make the dropdown options into links, but you could make a data from entries dropdown which allows the user to select an option, and then the link could appear next to/below the dropdown (also in a data from entries field, set to Just show it).

These are all good solutions. Looks like I have some options to explore. I'll try some things out along the lines of these suggestions and see what plays out for my use case. Thank you.

Topic closed.