{% if is_multiform and multiform_orientation == "above" %}
{% if multiform_ordering %} {% endif %}
{% endif %} {% for field in formfields %} {% if field.type == "input" %} {% include "forms/form-input.html" %} {% elseif field.type == "textarea" %} {% include "forms/form-textarea.html" %} {% elseif field.type == "select" %} {% include "forms/form-select.html" %} {% elseif field.type == "radio" %} {% include "forms/form-radio.html" %} {% elseif field.type == "checkbox" %} {% include "forms/form-checkbox.html" %} {% elseif field.type == "slider" %} {% include "forms/form-slider.html" %} {% elseif field.type == "text" %} {% include "forms/form-text.html" %} {% elseif field.type == "scale" %} {% include "forms/form-scale.html" %} {% elseif field.type == "matrix" %} {% include "forms/form-matrix.html" %} {% elseif field.type == "upload" %} {% include "forms/form-upload.html" %} {% elseif field.type == "captcha" %} {% include "forms/form-captcha.html" %} {% endif %} {% endfor %} {% if is_multiform and multiform_orientation == "next" %}
{% if multiform_ordering %} {% endif %}
{% endif %} {% if submitmanually and not is_multiform %} {% endif %}