1. Fields
  2. Note Field

Fields

Note Field

Captures longer free-text input in an action form. Useful for comments, summaries, explanations, support notes, and narrative data. It is a larger version of a Text Field. The size of the field can be changed on demand as required.

Basic Usage

Adds a note field to the stubpost for capturing a problem description.

loading...

Result

The field will be displayed as a note field in the form, as shown below:

The resultant data will be available in stubpost.data as:

loading...

This can be substituted, e.g. ~~stubpost.data.problem_description, where required.

Parameters

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