when token is used to print submitted values, for example [submission:values:rue] where rue is the key, nothing is being printed.
when token is used to print submitted values, for example [submission:values:rue] where rue is the key, nothing is being printed.
Comments
Comment #1
n ramdoo commentedComment #2
n ramdoo commentedWhen we want to use submitted values, we have the following hint.
Webform submission values [submission:values:?] Webform tokens from submitted data. Includes the value and field label. Replace the "?" with the "Field Key". Append ":nolabel" for just the value.
When applying it, we don't have any output in the pdf generated.
Comment #3
n ramdoo commentedIn fact, to solve the problem,
I applied the issue Summary of http://drupal.org/node/1797670
see also the issue webform2pdf issue "Tokens were not rendered"