1. Fields
  2. Scroll and Read Display Field

Fields

Scroll and Read Display Field

Displays scrollable content and captures acknowledgement after reading. Useful for terms, policies, instructions, and compliance confirmations.

Basic usage

Adds a scrollandreaddisplay field to the fields of an action.

loading...

Result

Parameters

See fields for common field parameters like validation and conditional rendering.

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.