Closed (fixed)
Project:
Webform
Version:
6.x-3.18
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2012 at 16:44 UTC
Updated:
18 Jun 2013 at 01:06 UTC
Hello,
I can't seem to get my drupal site to allow users to view webform submissions. I believe that I have all of the permissions set appropriately. I have tried ACL submissions module and node access and can't seem to get anywhere. I need to allow access to webform results based on user roles. Help please!
Comments
Comment #1
quicksketchCould you describe exactly what pages you want to be accessible? The entire contents of the "Results" tab already has built-in permissions in Webform and you don't need additional modules; you simply need to enable the "access all webform results" permission for certain roles.
Comment #2
bkube commentedI would like to define a role, say supervisor that has the ability to view certain categories of webforms submissions in order to determine participation by their subordinates
Comment #3
quicksketchHow are you defining "categories of webforms submissions"? What makes a category?
Webform has built-in access control hooks to only allow access to the Results tab in certain situations, such as http://drupal.org/project/og_webform allows entire groups of people to be considered "administrators" for a collection of content, but it requires Organic Groups to function. Depending on your use case, OG may be overkill, but I don't know of any other modules that have implemented Webform's access hooks.
Comment #4
quicksketch