Closed (works as designed)
Project:
Webform View Reference Component
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2011 at 18:13 UTC
Updated:
1 Feb 2013 at 16:20 UTC
Comments
Comment #1
maristgeek commentedData from Webforms is not stored as nodes so you can't just use Views to get at it, which means Webform View Reference can't do much for you either. You can hack up something to query the webform_submissions table (http://drupal.org/node/532208) or use a module like Webform Report.
Comment #2
LPanton commentedAs I said, I'm using Webform Report but need to join the data from this module to the data from the Ubercart Views. Any other suggestions?
Comment #3
danny englanderI think you may find this module useful, it's new and it works fairly well.
http://drupal.org/project/webform_views_submitted
Comment #4
freakalis commentedHave look att webform built in hooks. http://drupalcode.org/project/webform.git/blob/refs/heads/6.x-3.x:/webfo...