Is it possible to set up Field Rules in such a way that you have conditions like this?
Show/hide xyz fields if (group of a few different conditions) and/or (group of a few other conditions)
For example,
Show First Name
If (type = student and student ID is not blank) OR (type = employee and employee ID is not blank)
I would think that I could just use 2 different field rules for this, where one has the student conditions and the other has the employee conditions, but when I tried a solution like this, my field rules ended up not functioning properly.