{% set type = type|default(form_value('type')) %} {% set countryId = form_value(type ~ '_country_id') %} {% set stateId = form_value(type ~ '_state_id') %} {# If only one country is available it can be preselected. #} {% if (__SELF__.countries | length) == 1 %} {% set countryId = (__SELF__.countries | keys)[0] %} {% endif %} {% set id = type ~ '_country_id' %}