I need to make a webform where anyone can view results but I have other webforms where access is restricted. Can I set one form up to be accessible by anonymous and the others not accessible by anonymous users?

Thanks,
Becky

Comments

Critical Tinkerer’s picture

Take a look at Node Privacy by Role. It gives you a more fine-grained control over permissions than other access control.

You can even make some nodes only available to anonymous.

P.S. Viewing the results is a different problem. Typically, you don't want to allow anonymous users to view results of form submissions.

beckyjohnson’s picture

I have a pretty unique problem then. We have an intellectual property database that I was going to rebuild using webform. The results were supposed to be viewable by anyone since it's public...Any other suggestions on modules I could use to make this happen if viewing results is a different problem with webform?

Thanks,

Becky

quicksketch’s picture

Status: Active » Closed (fixed)

Webform is not intended to show results publicly (as described on the project page). I'd suggest CCK and Views for publicly displayed content. #680386: Views integration for the webform_submitted_data table might be another option, though it won't quite be full results display.