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.

Comments

nvaken’s picture

Issue summary: View changes
danchadwick’s picture

Priority: Major » Normal

Certainly not major. Please follow the guidelines: https://www.drupal.org/node/45111

  • DanChadwick committed 0e8c55e on 7.x-4.x
    Issue #2316409 by DanChadwick: Added support form submission tokens with...
  • DanChadwick committed 0d3acbe on 8.x-4.x
    Issue #2316409 by DanChadwick: Added support form submission tokens with...
danchadwick’s picture

Version: 7.x-4.0-rc5 » 7.x-4.x-dev
Status: Active » Fixed
StatusFileSize
new841 bytes

Cause be over-zealous optimization which breaks out of token loop when the component is found.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.