1. Fields
  2. Scroll And Read Display Field

Fields

Scroll And Read Display Field

Displays scrollable text content that can be read by the user. Once scrolled all the way to the bottom presents a checkbox to indicate that the user has read the content.

Basic usage

Adds a scrollandreaddisplay field to the fields of an action.

loading...

Parameters

See fields for common parameters.

params.checkedvalue

required

The output of a checked checkbox. For example can be set to 'yes' or 'agree' instead of true.

Default: true


params.uncheckedvalue

required

The output of an unchecked checkbox. For example can be set to 'no' or 'disagree' instead of false.

Default: false


params.displaytext

required
string

The body of text a user needs to scroll through before being able to check the checkbox.


Result

Preview of a scrollandreaddisplay field in a form