I have a need to secure sections of a form so that only a given employee, manager and HR can see the contents. While this is easy for Roles, I can't do this for individuals. I would love to see a feature that would also compare the current user to a [[Field]] in order to display the contents of the panel.
I currently use jQuery to hide these sections, but this leaves a security risk in the system if a firebug expert starts hacking the form. I constantly run into this and I need a truly secure way to manage this risk.