{% extends "base.html" %} {% block content %}

9. Assign a form to a form group

This example demonstrates how to assign a form to a form group. As a prerequisite, ensure that you have created a form group and set the office ID on this form group before proceeding.

{% if show_doc %}

Documentation about this example.

{% endif %}

API methods used: FormGroups:GetFormGroups and FormLibraries::GetFormLibraryForms.

{% endblock %}