Closed (cannot reproduce)
Project:
Webform
Version:
8.x-5.27
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2021 at 12:12 UTC
Updated:
2 Aug 2021 at 22:07 UTC
Jump to comment: Most recent
Comments
Comment #2
zuernbernhard commentedSee line 284 and following in the screenshot for understanding.
Comment #3
zuernbernhard commentedQuick and dirty workaround: Use Twig Tokens for Custom Twig Body:
{{ webform_token('[webform_submission:values:vorname]', webform_submission) }} {{ webform_token('[webform_submission:values:name]', webform_submission) }},
Comment #4
jrockowitz commented@zuernBernhard Can you please provide an example webform that can be used to replicate this issue?
BTW, using the webform_token() Twig function is the better approach.
Comment #5
jrockowitz commented