Is there a way to prevent a user from modifying a custom member field?
Scenario:
Have users assigned to groups that control what entries they have access to. We’re doing this using a conditional that checks what group_id they belong to. This is working great.
Client now wants to offer additional content based upon a program their customers buy. We accomplished this by adding a custom member field that we can perform an additional conditional evaluation against.
However, it seems that the users can change this custom field when they edit their member profile. We do not want them able to do this.
Suggestions?