Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The Webform MySQL Views module builds flattened, read-only MySQL views of Webform
submission data. These views may be useful when you need to access this data
from an external application in an automated fashion without exporting,
importing, or the use of a web-based API.
Requirements
Webform module (6.x-3.x or 7.x-3.x)
Elements module (Required only by the 6.x version of Webform MySQL Views)
MySQL Server 5.0 or later
Usage
Enable the module
Visit the Administer > Content Management > Webforms page.
Direct URL: http://YOURWEBSITE/admin/content/webform/mysql
Click the MySQL Views tab.
Check the boxes next to the names of the Webforms for which you want to create MySQL views
Submit the form.
Once you have created a MySQL view for a given Webform, the view will be automatically updated whenever you add, remove, or reorder the components for that Webform.
Integration with Data Module & Views Module
Johan Falk (Itangalo) had the idea to use the Data module to expose the MySQL
views created by this module to the Drupal Views module, and Frega provided a
patch that forces the Data and Views modules to recognize the `sid` field of the
Slideshare parser for the Feeds module. It uses SimpleXML for parsing so it doesn't require additional libraries, but I plan to add support for SimplePie parser in the future.
BlueMasters has been ported to Drupal and is supported by More than (just) Themes, as part of our ongoing effort to bring quality themes to Drupal community. BlueMasters theme 7.x-2.x releases come with a responsive grid layout.