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

Version Downloads Date Links
7.x-1.6 tar.gz (13.01 KB) | zip (14.5 KB) 2013-Mar-16 Notes
6.x-1.7 tar.gz (12.2 KB) | zip (13.46 KB) 2012-Feb-13 Notes

Project Information


Maintainers for Webform Rules

  • stBorchert - 39 commits
    last: 7 weeks ago, first: 2 years ago

Issues for Webform Rules

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants
nobody click here