How to limit access to a field, by user role

Hi there,

How do I keep a non-administrator from updating a content field?

I tried this in the “Visibility” tab, but it doesn’t work (not surprisingly, since I’m not really sure what “Roles/RoleName” is):

Conditional: Roles/RoleName LIKE ‘%Admin%’

–April

This works fine for me. Did you include the single quotes in the literal text of the value? If so, that is probably your issue.

Yes it was. It works without those single quotes.