0
Only show dropdown #2 when dropdown #1 isn't blank
I have 2 dropdowns on a form. #2 is constrained by #1's value and works fine. But I don't want to show #2 if #1 hasn't been picked yet.
How do I do this?
(In image below I don't want to show Branch unless Company has already been picked. Same goes for Contact unless Branch has been picked.)
2 replies
-
In the Branch field there is the "Display only if" setting. Try setting it to:
Company != null
You are telling the field to display only if the Company field is NOT null (or empty).
-
Thanks. Wasn’t sure what’s used as null/nil here. Will test tomorrow.
Content aside
- 2 yrs agoLast active
- 2Replies
- 56Views
-
2
Following