Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
13.32 KB
MD5: 557c1563dbbc9915e807c7c9a34b5cea
SHA-1: 0af56b85a690a49ed82e4d120a6c284e12619d15
SHA-256: e8baf34283de397074557b72a985d8ed31824ef698e8e2bed7469cbcd137f07d
Download zip
15.67 KB
MD5: 329c55f01c367820ee5f0f8075112bb7
SHA-1: 6865ba4bc855b37b36a20e0fccde10d9b7387fe4
SHA-256: 70d0d15a0bc07f9c6618f942c14d4c7db55a6a423941e4bffd21e14094dd1413
Release notes
Yes, I know this seems very soon for a major version update, however, I think there is good reason for this major version change. Version 5 is a rewrite of the module from the ground up and it fundamentally changes the way the webform2sugar module operates.
This version now follows the pattern of other webform module add-ons by simply creating a new tab in the webform section of webform nodes. There are a number of advantages to this approach, and this version sees a lot of changes that were not possible to accomplish with version 4 and before.
The major changes in this version are:
- Mappings are now stored in the database. This allows for a single webform field to be mapped to multple fields in sugar and for a single sugar field to have multiple fields mapped to it.
- Settings are now managed on seperate page inside of the webform tab.
- Each webform can now be sent to a different sugarcrm server
- Campaign Ids can now be overriden on the form so that a single form can go to multiple campaigns.
- Webform2Sugar now checks urls to be sure they are accessible before saving them to the database.
- Webform2Sugar now supports custom mappings without hacking the webform2sugar_fields.inc file.
- Webform2Sugar now uses the webform hooks to integrate with webform. Which means the following changes:
- Multi-Page forms now work in all cases.
- Webform2Sugar now sends the value of selectboxes and checkboxes, not the safe key.
- webform2sugar no longer "hijacks" the key values in the webform fields, so these can now be used for other purposes.
- Less likely that a webform version change will require changes to the webform2sugar module.
Version 5 only supports Drupal 7.x and Webform version 3.x.