- Issue created by @mchamps
Thank you for trying this module and for testing the compatibility with Webform.
First, you need to install the Webform Views Integration → to use webform submission data in Views. However, Webform submission data are exposed in Views as
webform_submission_field
type which is not compatible with the Calendar display.Sorry about that. This issue requires work to make Webform Submission fields compatible.
- 🇫🇷France mchamps Finistère
Thanks for the quick reply.
I do use the Webform Views Integration module & I do getwebform_submission_field
... :)Looking forward to the compatibility !
- 🇳🇴Norway oasweb Oslo
I am also interested in this. However, wouldn't compatibility be an issue for the Webform Views Integration module? As it is really that module that presents the webform fields so they are available in views?
I have looked into the following issue related to that module
https://www.drupal.org/project/webform_views/issues/3321326 🐛 Missing filters for DateTime element type Fixed ("Missing filters for DateTime element type")But I am not skilled enough in PHP to be able to understand whether it solves our problem or not as well? I do think there are somewhat more to do? I will test that code when I have time to do so, probably next week.
- 🇳🇴Norway oasweb Oslo
Well, I managed to find some time this evening. The referred issued did not solve our needs. A modification providing the date as a date format to the view is required.