I need items to be shown on a page only when a dropdown menu option is selected. thank you!
Hi there, @quidsicurezzaā¦ on the elements you want to show, uncheck the box for This element is visible on page load, and then add a conditional on each element (or you could group the elements and do it at the group level) that is something likeā¦
When dropdown elementās value is some specific value (or is not empty, if you donāt care what the value of the dropdown is)
ā¦ and then select the This element is visible option and make sure the checkbox is checked.
Hope this helps.
Bestā¦
Mike
- Put the elements in a group.
- Uncheck āVisible on page loadā for the group.
- Create a custom state on the page e.g. Visible of type Yes/No.
- In the workflows, create a condition - When Dropdownās value is XYZ > Set state to Yes
- In the group that you want to hide/unhide, set a conditional statement that when the custom state is Yes; this element is visible
I donāt know what instructions to give to make it appear only if the user selects a specific item in the dropdown
Thanks!
Sorry but Iām a beginner, what do you mean by ācustom stateā?
Thanks!
@quidsicurezza, it depends on how you have the dropdown set up, but if you are using static choices, you can literally type the value of the specific item after selecting is in the conditional (although, be careful there because if you ever change the item values in the dropdown, your conditionals will break).
Bestā¦
Mike
A simpler alternative is what @mikeloc has mentioned. You can do away with the custom state and simply use the drop-down option value
Hereās how youād make it appear when user selects a specific item in the dropdown:
Hereās the editor in case you want to look at it from there:
Thank you!
This topic was automatically closed after 70 days. New replies are no longer allowed.