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.
Downloads
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Module categories: Content, Rules, Utility
- Reported installs: 5010 sites currently report using this module. View usage statistics.
- Downloads: 22,451
- Last modified: December 7, 2012