Embed a Customer Feedback Form

You can embed a Customer Feedback form in a web page, such as a company intranet. For example, you might want employees to launch a “Contact Us” or expense form that triggers a specific workflow. To set up an embedded form, you set up an allowed list of domains (URLs) in TrueContext. Then, you copy the Distribution URL into an iframe on your page. This topic describes how to set up the allow list.

Available as standard on the Enterprise tier and as part of the Customer Feedback form add-on to the Advanced tier:

Essentials
Advanced +Add-on
Enterprise

Contents

Prerequisites

  1. Your TrueContext Team must be on the Enterprise tier, or you must have Customer Feedback forms as an add-on to the Advanced tier.
  2. You must be either:

Steps to set up an embedded Customer Feedback form

  1. From the Manage Forms menu, create or edit a Customer Feedback form.

    • To create a new form:

      Manage Forms > Create New Form > Build a Customer Feedback Form > Save

    • To edit a form:

      Manage Forms > List Forms > FormName > Edit Form

      where FormName is the form that you want to edit.

  2. Select Settings.

    Result: The system displays the Settings page. From here, you can set up the form properties.

  3. In the section Allowed URLs for embedding the form, enter up to ten URLs.

    Note:You must start each URL with https://

    "Allowed URLs for embedding the form" section that shows one URL "https://mydomain.com".

  4. Save and Deploy the form.

    Result: The system displays the Form DiagramClosed The Form Diagram is a visual overview of a selected form version found in the TrueContext Web Portal. The diagram provides details on the form's inputs and outputs and displays the user groups that can access the form. and the Distribution URL.

    Site Readiness v5 Customer Feedback Form that shows the Distribution URL to copy.

  5. Copy and paste the Distribution URL into an iframe, for example:

    <iframe src="https://app.prontoforms.com/form/CYYDLWJLW732KY52VKM5IPQW5EGKZEFVRKOUQUPO4N3GDV5JXVNDMOITMQKGHRFR" />

    Info:We’re now TrueContext.
    Note:Remember that:
    • The embedded form only works on sites that you listed as allowed in step 3.

    • You should include the allow="camera" property in your iframe for Image questions that users will answer on a desktop or laptop.

    • You can still send the Distribution URL directly and users can complete the form outside of an iframe.

Image questions on desktops or laptops

Image questions prompt users to upload images from their camera or image gallery. On a desktop or laptop, users must allow TrueContext to access the device camera. To help with this, we display a reminder and instructions:

Customer Feedback Form that shows a required image question and a popup reminder to check your camera permissions

Note:For an embedded form, we suggest that you include the allow="camera" property in your iframe. Without this property, desktop and laptop users can’t take photos within the form. They can, however, upload files from their image gallery if the Image question is set to Allow camera and picture gallery.

<iframe src="URL" allow="camera" />

where URL is the Distribution URL for the Customer Feedback form.

Info:The topic Image Questions in Customer Feedback forms describes how to set up Image questions and how they differ from Image questions in Mobile App forms.

Related topics