This module provides a UUID integration for Webform submissions allowing them to be integrated with external Services, such as with the Webform Service module.

This module is a developer / site-builde module. It doesn't provide any user-visible functionality in itself.

Installation & Usage

  • Download and install the module.
  • When the module is enabled for the first time it generates UUIDs for all existing webform submissions. Depending on the number of submissions in your database this may take a while.
  • Once the module is enabled it automatically generates UUIDs for all new webform submissions.

Webform version compatibility

The module works out of the box with webform4 and webform3 (>=7.x-3.25).

Developer info

The UUIDs are added in hook_webform_submission_presave() so they are already available in hook_webform_submission_update(). If you need the UUID in your module's *_presave() implementation you might need to use module weights.

Project information

Releases