Webform Rules

Categories

Component ID

982408

Component name

Webform Rules

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

112507

Component created

Component changed

Component body

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.