Drupal 8 WebForm Insert Node Twig Valor
{# Display form #}
{{ { '#type': 'webform', '#webform': 'contact' } }}
{# Prepopulate form #}
{{ { '#type': 'webform', '#webform': 'contact', '#default_data': {'subject': 'Please call me back' } } }}
Elegant Elephant