{% if not is_multiform %}
{{ field.getAttributesJsonDecoded()['questionHeadline'] }} | {% for heading in field.getAttributesJsonDecoded()['headings'] %}<{{ field.getAttributesJsonDecoded()['headingsType'] }} class="w-100 m-auto {{ field.getAttributesJsonDecoded()['headingsCss'] }} {% if field.getAttributesJsonDecoded()['headingsPositionRotate'] %}table-cell-rotate{% endif %}"> {{ heading['text'] }} {{ field.getAttributesJsonDecoded()['headingsType'] }}> | {% endfor %}
---|---|
<{{ field.getAttributesJsonDecoded()['questionType'] }} class="m-0 {{ field.getAttributesJsonDecoded()['questionCss'] }}
">{{ el['question'] }}
{% if field.getAttributesJsonDecoded()['required'] %}
Eine Option muss gewählt werden.
{% endif %}
{{ field.getAttributesJsonDecoded()['questionType'] }}>
|
{% for heading in field.getAttributesJsonDecoded()['headings'] %}
{% endfor %} |
{{ field.getAttributesJsonDecoded()['questionHeadline'] }} | {% for heading in field.getAttributesJsonDecoded()['headings'] %}<{{ field.getAttributesJsonDecoded()['headingsType'] }} class="{{ field.getAttributesJsonDecoded()['headingsCss'] }} {% if field.getAttributesJsonDecoded()['headingsPositionRotate'] %}table-cell-rotate{% endif %}"> {{ heading['text'] }} {{ field.getAttributesJsonDecoded()['headingsType'] }}> | {% endfor %}
Der Formularfeld-Typ Matrix ist nicht für die Verwendung mit MultiForms vorgesehen!
Deaktivieren Sie die Option MultiForm für das Formular #{{ formid }} in den Einstellungen im WordPress Backend.