{% init xnote_form_var = "form" %} {% set _xnote_form = globals()[xnote_form_var] %}
{% for row in _xnote_form.rows %}
{% if row.type == "input" %} {% end %} {% if row.type == "textarea" %} {% end %}
{% end %}