Anonymous users can't see webforms (either directly or via node attache view). They are getting a permissions message: "You are not allowed to access this page."
This error appears on the registry.
Path: /entrades. Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: in Drupal\webform\WebformSubmissionForm->setEntity() (line 409 of /httpdocs/web/modules/contrib/webform/src/WebformSubmissionForm.php).
The webform is enabled, active, not archived, the anonymous users are selected on the Access > Create submissions area and the anonymous users can access published content.
What else can I try?
Thanks!
Comments
Comment #2
jrockowitz commentedYou need to uncheck 'Limit total to one submission per webform/source entity' (/admin/structure/webform/manage/contact/settings/submissions) and set then submission limit to 1.
Comment #3
jrockowitz commentedComment #4
wrapper commentedThanks, this solved the issue for me also. However I think this should be reviewed as hiding a form to anon users once populated once (in my case an email subscribe form) seems to be pretty unintuitive default behaviour