This initial version of webform report allows users to create reports based on a particular webform, key field, sort order and selection of fields to include in the report. The table headers allow the data to be sorted by the viewer, and the sort field is automatically placed in the first column of the table.
FEATURES
* Currently working with Salesforce API (versions 6 to 9 tested) with Drupal 4.7.x:
* Submitted info from site-wide contact form is inserted into Salesforce account as lead.
* All new Drupal users are added to Salesforce account as leads.
* Drupal user account edits update Salesforce lead data.
* GPL licensed converted nusoap library avoids having to use non-GPL Salesforce PHP API.
Fixed bug #123317. Adopted the code to Drupal's coding standard. Made som source code improvements to the help code. Replaced the text README file with a HTML dito.