Closed (fixed)
Project:
Webform
Version:
7.x-3.18
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 16:36 UTC
Updated:
3 Mar 2014 at 05:40 UTC
Jump to comment: Most recent
I am trying to output webform submissions via Views.
I am almost successful but the problem is the actual submitted user information are all labelled data.
The answer is probably no but - I just wondered if there is a way to alter the way data is saved to the database to make it more views friendly? So, data is saved under unique columns named after the webform component
I have a better description of the issue here.
Thanks for webform and thanks for your time
Comments
Comment #1
quicksketchWebform does have an unusual (or primitive even) database schema. However we've managed to work with it for the most part in the 4.x version of the module, which includes full Views support. I'd suggest upgrading to 4.x if you'd like to use Webform with Views.
We're not likely to revise Webform's database structure in the near future. See #118984: Field API based rewrite of webform module. You might consider Entity Forms if it fits your needs better.