I have a registration form that was created using Webforms and I'm using the Ubercart module for accepting payments. I'm trying to create a View that will allow me to report on all of the registrant information of those who have paid. Will this Webform View Reference Component module allow me to do this or is there some other module that does?
Your assistance is appreciated.
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...