By horaceho on
Suppose there are 2 webforms (http://drupal.org/handbook/modules/webform):
1 a typical Contact Us type of form for any (including anonymous) users
2 a simple Submit Support Ticket form for authenticated users only
How can I setup the access rights for the above example? Is there any additional module needed?
Thanks!
Comments
Hi Horace, Following are the
Hi Horace,
Following are the steps with which you can control which role/s can submit webforms:
-> Like you said you have 2 webforms one typical contact form and another support ticket submit.
-> All you have to do is, on your webform page go to the 'Webform' tab under this tab you will find 'Form settings' tab. Click on 'Form settings' on this page we have 'Submission access' (Roles that can submit this webform) you will find all the roles present in your site listed here. Check the role/s you want to give submission access to (so in your case in contact webform you will check all and in Submit Support Ticket webform you will check authenticated user) and hit save configuration and you are all set.
Please note this is a per node (webform) setting. So its specific to that particlar webform which is great!
Also, I would strongly suggest latest version of Webform Module (http://drupal.org/node/947602) as it gives you a lot of customization options at the front end.
Hth! :)
Regards,
BShetty