Ben McCombs
Ben McCombs

Reputation: 93

Drupal 6.16 Webforms module permission issue

I'm running Drupal 6.16 and the Webform module changes all the permissions.

I have to change the node_access values in the mySQL database table to make the pages visible to everyone. This is the same issue as outlined here

Does anyone know a fix for this problem?

Many Thanks.

Upvotes: 1

Views: 297

Answers (1)

AKS
AKS

Reputation: 4658

Each webform can have it's own permissions. Users do NOT need "create webform nodes" permission to submit the form. Check settings in Administer > Settings > Webform and each webform's settings (/admin/settings/webform settings can be overriden on per-node basis)

Upvotes: 1

Related Questions