When using the following template, only the label (first token) is printed in the eventual e-mail.
<table>
<tr>
<td>
<strong>[submission:values:organisation:label]</strong>
</td>
<td>
[submission:values:organisation:nolabel]
</td>
</tr>
</table>
When using only the :nolabel, the value is printed. When using no suffix (eg. [submission:values:organisation]) only the value is printed.
Using the MailSystem + Mimemail module.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | webform-multiple_token_modifiers-2316409-3.patch | 841 bytes | danchadwick |
Comments
Comment #1
nvakenComment #2
danchadwick commentedCertainly not major. Please follow the guidelines: https://www.drupal.org/node/45111
Comment #4
danchadwick commentedCause be over-zealous optimization which breaks out of token loop when the component is found.