I'm building a view (a Page) based on webform submissions. Users have uploaded images as part of the form and I want the images displayed as part of the view. I am able to set up a relationship to 'Webform submissions: Data' but that only displays a link to the image file but does not display the image (and I cannot 'rewrite the output of this field' to display the image as the URL is hard-coded into the replacement token available). AI described that to achieve this I should also have seen as options under 'add relationship' for 'Webform submission: Uploaded files' or 'Webform submission: File managed,' but those options do not appear in the drop-down.
How may I go about displaying the images uploaded from a webform in a view as images?
Comments
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View.
https://drupal.stackexchange.com/a/198560