Not visible when empty, Visible when Not empty

I have a drop down with 5 other fields. I want the five fields to not be visible until a selection has been made to the first field. They are set to be visible on page load and then set as below
image
Ive tried every variation I can think of. Multiple conditions, not visible on page load.

The drop down is from an option set, its my first time using an option set and that is my only thought is it has to do with that?

Anytime you want something visible based on condition, make sure the layout ‘visible on page load’ is not checked. Then construct your condition to be such that you change the property ‘this element is visible’ for when you want it visible. So, if the initial account name must not be empty for the other five fields to be visible, your condition is basically the opposite of your posted screen shot, so change the ‘is empty’ to ‘is not empty’ and check the box next to ‘this element is visible’ instead of leaving it blank. And again, make sure the layout choice of ‘visible on page load’ is unchecked.

This topic was automatically closed after 70 days. New replies are no longer allowed.