- πΊπΈUnited States fredonia_webteam
#3 does solve the issue - when using the select type. If using autocomplete, it does not work. Only reason I can see is because the autocomplete requires textual input rather than selecting an option, it only sees the field as text, not as the options. I got around this issue by using the select Element settings Type with jQuery Select2.
- πΊπΈUnited States uotonyh
In case anyone else comes along this path*, the
:raw
suffix replaces the:key
suffix from Drupal 7 Webform.Drupal 7:
[submission:values:select_element:key]
"Modern" Drupal:
[webform_submission:values:select_element:raw]
* Probably me, some time next year...