Posted by Tino on January 12, 2013 at 7:40pm
2 followers
Jump to:
| Project: | Webform |
| Version: | 7.x-4.0-alpha6 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
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
#1
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?
#2
I just wasted a half an hour trying to figure out this same issue, this definitely should be added to the inline explanation
#3