I'm using webform 4.x-beta3 and I try to print out submission values in confirmation page. Here is my Confirmation message:
"Admin email: [submission:values:administrative_contact_email] Invoicing address: [submission:values:administrative_contact_invoicing_address]"
It will print out this: "Admin email: Invoicing address:"

Am I doing something wrong or is there a bug?

Comments

DanChadwick’s picture

Are the fields within a fieldset? If so, then you have to include the path to the final form key. Make sure you are using the form keys of the components, not their titles.

aruuska’s picture

Yeah! Thanks a lot! There missing fieldset field key in token. :)

DanChadwick’s picture

Title: [submission:values:?] tokens doesn't work » [submission:values:?] tokens doesn't work (need to use path of form keys)
Status: Active » Closed (works as designed)