Hi,

I'm trying to create a rule that will send an email to an email address that corresponds to a Select Options of a webform field. (i.e. select "John" from the webform select options field; send mail to John Smith). I want this email to be sent whenever the webform is saved as a draft (not just when it is Submitted).

I started playing with the Rules module (never used it before) and I don't know if I have an issue, or if I'm just not using it correctly.

When trying to add an action, I am presented either with a "Value" for the email address, or I can switch to Data Selection mode. I thought that since I wanted to select the email address based on a value, I needed to use Data Selection mode.

When I try to use Data Selection though, I am given a field to enter some text. There are what appear to be drop-downs for "data selectors" and "replacement patterns", but I can't click them (they're not active). I've attached a screenshot.

Any advice would be appreciated.

Thanks

CommentFileSizeAuthor
Capture.PNG14.16 KBkyleheney

Comments

Clark Zhang’s picture

Hi kyleheney,
If you are using "jQuery update" module, Try to lower the version of jQuery to 1.7 and set "jQuery and jQuery UI CDN" to "jQuery" in admin/config/development/jquery_update. :)

stborchert’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have any more information about your setup? I.e. whether you use "jQuery update" (as Clark mentioned).

ikeigenwijs’s picture

Status: Postponed (maintainer needs more info) » Active

I can confirm that there is no drop down for the
"data The submitted webform data" token or lists of the fields

Drupal 7.51
jQuery and jQuery UI CDN
jQuery version 1.10

cleared cache
also tried with version jquery 1.7 but no change

Jquery is in Development (uncompressed) mode

plato1123’s picture

Changing the jquery version for admin to 1.5 got this working for me. (Under Drupal 7)

Pierre.Vriens’s picture

This seems like a variation of the question about "How to do a data comparison to submitted webform data when using the Rules module?". Refer to my answer to it for a solution to get this to work.

Bruno Vincent’s picture

In my case the drop down is there, but I can't select items...tried everything ...!