Hide certain Profile Fields
-
I want to hide certain Profile Fields in the detailview of my profiles.
I did it with the custom css and it workded:.field_bestplaces {display: none;}
.field_country {display: none;}But I want to hide these only in the profile detail view, and anywhere else NOT.
Now the user cannot edit those 2 fields anymore cause they are hidden.
How can I change and avoid that?
- You must be logged in to reply to this topic.