- π―π΅Japan andrechun
The above example didn't work for me. Not sure if there has been a change in token syntax. This seems to work:
[webform_submission:values:select_multiple:join:, ]
Notice the space character after the comma might be needed.
Question: if a TO address is based on a multi-select field, and more than one choice in that field goes to the same email address, will multiple emails be sent to that address or only one?
I have a webform with a multi-select field where the TO email depends on the values of that field. As an experiment I put my own email address as the email for all the field options, then submitted the form with multiple field values selected. I only received one email at that address. So, I guess something in the code is saying "only send it once".
Does this module work as I described in my test above? If so, there is no issue.
Closed: works as designed
5.22
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The above example didn't work for me. Not sure if there has been a change in token syntax. This seems to work: [webform_submission:values:select_multiple:join:, ]
Notice the space character after the comma might be needed.