Section Field

Section Field

The Section field is a read-only field type that allows you to display static or dynamic text and/or images. These texts or images could provide additional information or instructions to aid the user in completing their task. The section header can also be used to create a distinct separation between groups of data capture fields in the app.

Any text or images visible in the field are purely for in-app display purposes and are not saved in submitted form entries. Hence, referencing the Section field’s dataname in a custom output template will display no text or images.


Displaying Text

Single or multi-lined text can be displayed statically by entering it into the Title or Hint Text property.

Or dynamically by referencing other field datanames with or without static text.

These other fields could also have a formula in their Dynamic Value property that builds the desired text/calculations, or they could be bound to a data source column.

To display a pipe-separated list of values as line items with each item on a separate row in the section field, replace the “|” value in the list with a “n” character to have each item in the list display on its own row/line.

For example, if you had a Choices field set to multiple-choice, when a user selects multiple values, the Choices field’s value becomes a pipe-separated list of values, value1|value2|value3, etc.

To place each value on a new line for display purposes, you could use a REPLACE() function.

Function:

REPLACE(input, pattern, replacement) 

Example:

REPLACE({{list}}, '|', 'n')

Displaying Images

The Static Image property allows images to be uploaded and displayed in the Section field. This could be used to display a company logo or form-identifying image on the first page of your form or supporting imagery for data capture fields the user needs to interact with.

Alternatively, with the Dynamic Image property, images can be dynamically driven in a few ways depending on where your images reside:

    • Related Articles

    • Sketch Field

      The Sketch Field allows for rough drawings, written notes and image annotation, and can also be used to capture signatures. Configuring the Sketch Field Type Simply drag and drop a Sketch Field from the left-hand toolbar onto your Form page, then ...
    • OCR Field

      The OCR (Optical Character Recognition) Field type lets you convert written or printed information into text via your device’s camera. This premium feature allows a user to capture or upload an image and rapidly convert any text found in the image ...
    • Barcode Field

      The Barcode Field gives you the ability to quickly and easily scan common barcodes and QR codes into a Data Entry form. The field provides the user with a “Scan” button that launches either the device’s camera (phone or tablet) or an external barcode ...
    • Controlling Field Visibility with Logic

      A great form feels like a conversation, not an interrogation. By controlling field visibility, you can create “branching” experiences that hide irrelevant questions and only show fields when they are actually needed. This keeps your forms clean, ...
    • Date & Time Field

      When needing to capture temporal data, use our Date/Time field. As the name implies, this Form field allows you to collect dates, times and date + time values. As with most Form fields, the Date/Time field type has a set of common properties you can ...