{% extends "dynforms/base.html" %} {% load static %} {% load dynforms %} {% load icons %} {% block page-styles %} {% endblock %} {% block body %}
{% svg_icon "left-sidebar-expand" size="lg" stroke="1" %}
Dynamic Forms{% if form_type %} — {{ form_type.name }}{% endif %}
{% include "dynforms/field-menu.html" with field_types=field_types %}
{% include "dynforms/edit-settings.html" with form=field_settings_form %}
{% include "dynforms/edit-settings.html" with form=form_settings_form %}
{% if form_type %}{% include "dynforms/preview.html" %}{% endif %}

Form Types


{% endblock %} {% block page-scripts %} {% endblock %}