Webform reports - Drupal Module

This module provides reporting capabilities to web form module. Using it site admin can see the charts for submission data for certain period. It uses JqPlot JQuery plugin to generate charts. Installation:

  1. Download and copy module to sites/all/modules folder
  2. Download jqPlot jQuery plugin from http://www.jqplot.com/, extract the zip file.
  3. Rename extracted folder to jqplot, copy this folder inside js folder of webform_reports module folder.
  4. Assign permission "access all webform results" to the role for which you wan to allow to see webform reports.
  5. Goto /admin/reports/webform, select webform for which you want to see report and click submit to see reports.
Tags