I'm trying to add some webform fields values into a confirmation e-mail template, but nothing is outputted when trying to fetch Field Keys as follows:

[submission:values:field_key_name:nolabel]

Am I not using it correctly?

Comments

Tino’s picture

Status: Active » Closed (fixed)

After more searching I found a hint in the initial post of http://drupal.org/node/1613574.
It is a "nested" field, so I should have added the fieldset value as well:

[submission:values:fieldset_name:field_key_name:nolabel]

Maybe add a hint about fieldsets in the collapsed "token values" block and/or here http://drupal.org/node/1609324#tokens?

Anonymous’s picture

Category: support » task

I just wasted a half an hour trying to figure out this same issue, this definitely should be added to the inline explanation

Anonymous’s picture

Status: Closed (fixed) » Needs work
quicksketch’s picture

Status: Needs work » Closed (fixed)