Php – drupal 7 show/hide field for a role

drupaldrupal-7drupal-modulesPHP

is there a module to show/hide fields to a specific role in Drupal 7?

I know Field Permissions Module, but it is not exactly what I need.

I have two fields:
picture
picture_premium

and these roles:
anonymous
authenticated
premium

the picture field should be visible for: anonymous and authenticated
the picture_premium field shoudl be visible for: premium

note that premium should not see the picture field.

Best Answer

You should use Field Permissions module.

It's built just for that.

Hope that helps... Muhammad.

Related Topic