Hi,
Does anyone know how to control a user from changing a field setting based on a session variable? I have a session variable, call it "admin" and it is a integer field that is "0" for most users, and "1" or higher for managers. I want to control who has access to change some of my fields based on this variable using Javascript onload page. I would also like to set the field background color to grey or some similar color based on the value to let the user know he cannot make changes to this field.
Thanks