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.
Project information
- Project categories: Content editing experience, Automation, Developer tools
4,739 sites report using this module
- Created by stborchert on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
Development version: 8.x-1.x-dev updated 20 Nov 2024 at 17:48 UTC

