Hi,
any webform element added to a webform is not being recognized by the business rules !
Please reproduce the issue by following the below steps:
1) Install the webform module.
2) The webform module come shipped with a built-in "contact webform"
3) Goto: /admin/structure/webform/manage/contact
and you will find that this webform has 4 elements added to it:
_ Your Name (name)
_ Your Email (email)
_ Subject (subject)
_ Message (message)
4) Now, lets say i want edit a submission of the "contact" webform and update the "your Name" field value using business rules, so i will have to create:
EVENT:
After updating Entity
ACTION:
Set field Value
5) Try to create a "set field value" action with the below configuration:
Target Entity Type: Webform Submission
Target Bundle: Contact
and here is the problem inside the "Field" section!!!!!
You will not find the elements added to the contact webform inside the field section which are:
_ Your Name (name)
_ Your Email (email)
_ Subject (subject)
_ Message (message)
see below image:
As you can see in the image above, there is no listing for the elements available in the webform contact such as:
_ Your Name (name)
_ Your Email (email)
_ Subject (subject)
_ Message (message)
any help on this subject ?
Having the webform elements appear in the "field" section will give the BR module a huge thumb up in term of flexibility.
Thank you,