Question Type: String Concatenation

Contents

About

String Concatenation combines answers from previous questions and displays the result.

A simple example of this is if you have two questions, Customer Name, and Customer Surname, you can use a String Concatenation to show a Full Name question. This can be used to skip re-entering data in a form, or to send answers in a particular format to downstream workflows. Another common use case is showing the answers from a series of key questions earlier in the form to provide a quick review of the form's contents.

An example of a String Concatenation question on an iOS device is shown below:

2018-12-17-Concatenation.png

Form Builder

In the Form Form Builder, the String Concatenation question type appears as shown below:

2018-12-17-FBConcatenation.png

The Question Edit screen for String Concatenation has three tabs: General, Properties, and Help OptionsClosed Help Options are ways to add help content, such as YouTube videos, web pages, text, or images, to questions in a form. Mobile users simply tap the help icon next to a question to see the help that the form designer provided.. This article will go through each of the tabs.

General

Unique ID

The Unique IDClosed A Unique ID refers to the specific identifier of a question, form page, form section, or Data Destination. Unique IDs are used as reference points when pulling data for conditional logic, Analytics projects, Data Destinations, and Documents. is the reference for the question. For more information on Unique IDs, read: Overview: Unique IDs. It can either be auto-generated based on the question text, or customized.

Restrictions

Restrictions control how your mobile users interact with a question. They can be set on the question itself or controlled by Conditional Logic.

The following table shows which restrictions you can set for the question type. Note that:

  • indicates a restriction that you can configure.

  • * indicates a restriction that is always on.

  • ✘* indicates a restriction that is always off.

Required Read-Only Hidden on Device Hidden on Reports

Keep question width to 100%

(Side-by-Side SectionsClosed Side-by-Side Sections display questions and answers in a condensed, two-column layout. This can make it easier and faster for field users to scan, complete, and confirm the answers in a form. only)

String Concatenation ✘* *

* This question type is Read-Only by default because the mobile user cannot directly edit the answer; all information comes from previous answers.

Properties

Properties allow you to set up your question in various ways. With String Concatenation, the Properties tab is where you set up which questions you will be pulling information from.

The properties are shown in screenshots below:

2018-12-17-FBConcatenation-Prop.png

In our example above, the String Concatenation question's answer would look something like:

<Owner Name>-Appointment-<Date/Time Answer>
  • Each dropdown allows you to either select the answer to an appropriate question or set static text.
  • If you select a Question, you will also have the chance to set a default value in case the question is left unanswered in the form: Value to use if not answered.
  • Some question types cannot be used as references for this question type. They are: Geolocation, Image, Sketch, Information Label, Signature, Audio, File, Single Checkbox, Multiselect, and Document Editor.

Help Options

Adding "Help" content to forms gives mobile users access to support and other resources out in the field. Help content is available to users through a button embedded beside a question. Any question in the form can include a link to YouTube videos, web pages, or work instructions.

For more information on Help Content, please read: Add Help Options to Questions