I have a variable that during registration I want to hide initially.
But using CONDITIONS with another variable "SHOW" if this other variable is selected.
In my case it is:
Registration type-> Student (1) or Parent (2)
If Parent (2) is selected show another field: No of Children with radio options 1-5
I only want No of Children to appear if Parent is selected.