{% extends 'hrapps/admin/base.html' %} {% block hr_title %}{{ action|title }} Form{% endblock %} {% block more_css %} {% include 'hrapps/bundles/coreuifree-css.html' %} {% include 'hrapps/bundles/materialdesignicons-css.html' %} {% include 'hrapps/bundles/builder-css.html' %} {% endblock %} {% block hrapps_content %} {% include "hrapps/admin/partials/builder/builder_templates.html" %} {% include "hrapps/admin/partials/builder/builder_success_modal.html" %} {% include "hrapps/admin/partials/builder/activate_confirm_modal.html" %}

Form Builder

Form Information
A form name is required.
Field Toolbox

Text Box

Text Area (Multi-Line Text)

Image

Checkboxes

Form Designer
{% if action|lower == "edit" %} {% for field in fields %} {% with "hrapps/admin/partials/builder/fields/"|add:field.type|add:".html" as field_partial %} {% include field_partial with field=field id=forloop.counter %} {% endwith %} {% endfor %} {% endif %}
{% endblock %} {% block extra_javascript %} {% include "hrapps/bundles/builder-js.html" %} {% endblock %}