Hi,

I'm looking for some help with this module as I'm a beginner to the whole Rules environment and can't understand how to create my rule and get it to work (start to finish). There's lots of tips out there, but no good start to finish tutorial with detailed steps to follow for beginners. It seems as though everything I can find assumes a certain level of understanding of the Rules module and how it all works. I don't have that knowledge!

Desired rule:
- After a field (field called "Training Completed"; select options list) on a webform (called "Form1") is changed ("Yes" is chosen from the select options), an email is sent to a certain user (determined by another field on the webform (field called "emailaddress").

- This webform is one that is already submitted, and the fields above are modified after the original submission (the form is updated by someone else).

What I have so far:
- Event: "After webform has been submitted"
- Condition: "Webform has a name"; Data Selector = form_id; Value = Form1 (name of webform)

I'm not sure what to do next. I've read about how to get the webform component by using data:component but when I try to add a condition of "Data Comparison" I can only input "data" in the data selector and it won't allow data: (with a colon).... I feel like I've missed a critical step in the process, just can't figure out what that might be.

Any help is very much appreciated.

Comments

kyleheney created an issue.