This module allows you to display and manage webform submissions within Drupal's Views module. You can use your webform data in various ways, such as showing it in tables, sorting it, and filtering it, making it easier to analyze and report on your form submissions.
Views integration for Webform module (version 8.x-5.x)
Use Webform Views Integration module to expose Webform submissions to Views (Webform is a module for making forms and surveys in Drupal).
Each Webform element will be available as:
- Views field
- Views sort (wherever sorting is possible within the nature of the Webform element)
- Views filter (wherever possible)
- Views argument (wherever possible)
Webform Views Integration module is designed to be a good starting point for various Webform submission related views handlers for anyone wanting to code any special or custom views integration for Webform.
Supported Webform elements
Dependencies
- Webform
- Views