This project is not covered by Drupal’s security advisory policy.

This is an alternative to Webform MySQL Views to display submitted data into views, for those who MySQL Views simply don't work or when they went very slow.

INSTRUCTIONS:

  1. Execute the following command on your database administrator, otherwise the view may run very slow.
    ALTER TABLE `webform_submitted_data` ADD INDEX `sid_cid` ( `sid` , `cid` )
  2. Go to admin/build/modules
  3. Enable "Webform Views Submitted Data"
  4. Go to admin/build/views/add
  5. Set your view's name
  6. Select "Webform submissions" on view type. Notice that Webform already includes this option, so this module doesn't add options here. Click next.
  7. Now you are in the view UI. On the "Fields" box, click the (+) symbol. Besides the fields that are provided by Webform , you will be able to choose a field for each component you have set up in your webforms.
  8. If fields are not appearing, just flush your caches. Webform component creation doesn't flush caches like CCK do.

Project information

Releases