This module doesn't support fields in Webform, but I need this because certain fields for Anonymous and similar to be hidden etc., the same as in the normal fields (CCK ...)

Comments

alexhaack’s picture

Issue summary: View changes
David_Rothstein’s picture

The Field Permissions module only works with regular Drupal fields (that use the field API). This is because it uses the field access system, which is a built-in feature of the core field API.

Since Webform "fields" are a separate implementation that does not use the Drupal field system, this module presumably won't ever be able to work with them.

However, the Webform module itself (at least some versions of it) provides a "Private" setting on webform fields that restricts who can access the field. Maybe that would do some of what you want.

alexhaack’s picture

Thank you for your informations.

I need for each field set permissions, one time for anonymous and for registered users. In admin/people/permissions I can't find settings for this.

Is another module or similar for this available that contains like Field Permissions?

shahidbscs’s picture

Thanks @David_Rothstein, make field private in webform work form me.

matt2000’s picture

Status: Active » Closed (works as designed)