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

4. Adding forms to a room

This example demonstrates how to attach forms to a Docusign Room.

{% if show_doc %}

Documentation about this example.

{% endif %}

API methods used: Rooms::GetRooms, Forms::GetFormLibraries,
Forms::GetFormLibraryForms and Rooms::AddFormToRoom

{% if rooms %}
{% else %}

Problem: please first create a room using example 1 or example 2
Thank you.

{% endif %}
{% endblock %}