Field one is to enter a category and field two is to enter a second category.
I want to use conditional logic on field two so that it only shows in the form when a category is selected from the first list.
The list of categories is fairly large and at the moment I go through the whole list one by one to show/hide field two. It looks like:
Show this field if any of the following match
Category > is > Accommodation
Category > is > Mental Health
Category > is > Children (and so on)
It would be nice to do that a bit more quickly like
show this field if this happens
Category > has > any value
Thanks
Martin