Give each option an individual name in Dropdown

Hi all

I want to create a dropdown menu of Spotify playlists like this:

image

However this is impossible to know which playlist it is, next to simply reminding but i'm gonna add like 20 more options atleast so that is no option.
Is there a way to give each option in the dropdown a name but it would still only paste the playlist link?

Let me know!
Thanks a lot!

Hello!

You can do this with Text Blaze using our {if} command.

Here's an example that shows how to set conditions for each item in a dropdown menu. This snippet provides a relevant link based on your playlist selection in the menu.

{note}{formmenu: default=Rock Playlist; Rap Playlist; Country Playlist; name=Playlists}{endnote}
{if: playlists="Rock Playlist"}Rock Classics - playlist by Spotify | Spotify
{endif}{if: playlists="Rap Playlist"}Best Rap Playlist of 2023 - playlist by Ivanova Playlists | Spotify
{endif}{if: playlists="Country Playlist"}https://open.spotify.com/playlist/37i9dQZF1DX1lVhptIYRda{endif}

You can potentially also use Data Blaze for this.

Please let me know if that's what you're looking for and if you have any questions.