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

maristgeek’s picture

Data 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.

LPanton’s picture

As 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?

danny englander’s picture

I think you may find this module useful, it's new and it works fairly well.

http://drupal.org/project/webform_views_submitted

freakalis’s picture

Status: Active » Closed (works as designed)