- Issue created by @sdsc
Just realized that this is an issue for Webform, not webform content creator, so I changed this issue to webform.
this is part of the field:
attention:
'#type': checkboxes
'#title': attention
'#title_display': invisible
'#options':
1: 'selection 1'
10: 'selection 10'
11: 'selection 11'
12: 'selection 12'
'#states':
visible:
':input[name="take_action"]':
value: '10'
'#default_value':
- '[webform_submission:source-entity:field_attention:value]'- Status changed to Postponed: needs info
9 months ago 11:33pm 19 February 2024 A complete form with just the necessary fields would be more helpful.
- Status changed to Closed: cannot reproduce
7 months ago 2:23am 5 April 2024 - πΊπΈUnited States jrockowitz Brooklyn, NY
This seems to be related to using tokens but we are unable to replicate the issue
Could you advice:
1. what token should be for getting checkboxes' value (multiple value) from parent node's?
2. when updating or creating a node after the webform is submitted, directly using field mapping to pass multiple values' checkboxes doesn't work. what token should I use?