Webform Rules
This module adds rules integration on webforms.
Did you ever want to react on webform submission using rules but couldn't find the proper event?
Webform Rules makes it possible to catch webform submissions by rules and do whatever you'd like to do with it (meaning: do whatever rules let you do with it).
Dependencies
Webform (6.x-3.x and above)
Rules
Notes
Since version 7.x-1.5 component values are always structured as an array. So if you used something like <?php print $data['components']['email']['value']; ?> before you should change this to <?php print $data['components']['email']['value'][0]; ?>
This change was necessary because submission data is always saved as array and the old structure led to inconsistent behavior across the different event types (a.g. after saving a draft or after submitting a webform).
Development on Webform Rules is sponsored by undpaul.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.0-alpha2 | Pre-release | Nov 20, 2024 |