Closed (outdated)
Project:
Webform
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2019 at 16:50 UTC
Updated:
8 May 2024 at 03:01 UTC
Jump to comment: Most recent
Comments
Comment #2
devkinetic commentedUnder the webform, settings >submissions. you can clone submissions view, which is the same one you see under /user/*/submissions. You can also create a view of type webform_submission and go from there. If you want fields from the submission, you'll need the webform_views module.
Comment #3
jrockowitz commentedWebform config entities and they are are not automatically available to Views.
Try using https://www.drupal.org/project/config_view or https://www.drupal.org/project/config_views
Comment #4
jenlamptonThank you
Comment #5
jenlampton