Hi,
you can set the field to be visible in profile page (and not in edit profile).
If you want to show the field value in edit profile view then you can use following workaround:
- Create a field of type HTML delimiter with the same name of the field that you want to hide
- In description put a code like this
{user field_alias displayed}
(replace text "field_alias" with the alias of the field that you want to hide in edit profile), the code {user field_alias displayed} will be replaced with the value of the field that you want to not be edit by user
- Set this new field to be available only in edit profile page
Now in edit profile page the user will see the HTML delimiter field that load the value of the not editable field
Docs:
HTML delimiter field type:
http://docs.easy-profile.com/index.php/article/html-delimiter-field-type
Content Plugin:
http://docs.easy-profile.com/index.php/article/content-plugin