{% extends "base.html" %} {% block content %}
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.
Documentation about this example.
{% endif %}API methods used:
Rooms::GetRooms,
Forms::GetFormLibraries,
Forms::GetFormLibraryForms and
Forms::CreateExternalFormFillSession
Problem: please first add form to the room using example 4
Thank you.
Problem: please first create a room using example 1 or example 2
Thank you.