By michaeltt on
I have a D6 site that is for authenticated users only, so that anonymous users are unable to access content beyond the front page.
I am trying to create a webform for anonymous users to enquire about the site.
I enabled anonymous access both on module permissions, and for individual webforms access permission, but despite this, I still get Access Denied when anonymous users try to access the form.
Any ideas appreciated.
Thanks
Comments
=-=
anon role needs veiw content permisions, without it, they can't see any content and it trumps the other permissions.
Anonymous users
If they have content permission, doesn't this allow them to view the site's content even if they can't contribute?
=-=
yes. the only way around that would be to elevate all the other users to a role above authenticated, or expand on the permissions system with a contrib.module, ie: content access may help.
Thanks
I installed the content access module, and blocked ANON access for all content types except webform. That seems to work.