By kjp on
Hi
I am using the survey module
It appears taht anonymous user cannot submit a survey and thus anwers my question unless I give anonymous the right to edit and manage survey wich I don't want. What can I do ?
jp
Hi
I am using the survey module
It appears taht anonymous user cannot submit a survey and thus anwers my question unless I give anonymous the right to edit and manage survey wich I don't want. What can I do ?
jp
Comments
Same problem
I have the same problem
You need to set correct
You need to set correct permissions. Go to ?q=admin/user/access find "submit surveys" anc check the box for anonymous users
You have to set the correct
You have to set the correct permissions as well as make a change to the module. I'll submit an issue on this and the patch. The module forgets one 'if' statement line. Replace the survey_access function with this one:
Fixed the issue for me. I did this on the 5.x version, probably the same issue on 4.7 but I haven't looked at it.
-Steve