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

6. Creating an external form fill session

This example demonstrates how to create an external form fill session using the Rooms API:
the result of this code example is the URL for the form fill session, which you can embed
in your integration or send to the user.

{% if show_doc %}

Documentation about this example.

{% endif %}

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

{% if rooms %}
{% elseif room_name and forms %}

{% elseif room_name and not forms %}

Problem: please first add form to the room using example 4
Thank you.

{% else %}

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

{% endif %} {% endblock %}