Category: Widget
Resource links
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Hide/Show Dropdown/Select Widget Based On Selection

Issue

As a user, I want to hide a dropdown until a specific selection is chosen on another dropdown. I need to find a way to convert the visibility property of the dropdown to JavaScript and add code to only show it if the desired option is selected.

Resolution

You can convert the Visible property of the Select widget to JS and add code like {{Select1.selectedOptionValue !== undefined}}
This will ensure it’s only shown if the option is selected.