I am trying to get multiple component's values that are submitted with the form to display as the title of the email. Using a single field from the drop down works fine, but when I use the tokens/keys as described in the readme.txt, I just get a plain text output of what I have written in the title.

Below I have attached screenshots of the key points that I think are necessary to see to begin troubleshooting.

At first I thought this issue may stem from having "Plain text" as my top text format, but after testing and replacing it with "Full HTML" I ruled that out. I am also having problems formatting my emails in general. no css is getting picked up, and everything renders as plain text no matter what I do. I think these issues may be connected.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liam Morland’s picture

You need to use the new Drupal 7 Token module-style tokens, such as [node:title] and [submission:values:field_key]

quicksketch’s picture

Component: Code » Documentation
Category: Bug report » Support request
Priority: Major » Normal
Status: Active » Fixed

but when I use the tokens/keys as described in the readme.txt

There aren't any descriptions of using tokens in the README.txt file included with Webform 4.x, I'm assuming you must be reading a file provided by another module or intended to be used with 3.x. Here's the conversion list for 4.x tokens: https://drupal.org/node/1609324#tokens

Status: Fixed » Closed (fixed)

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