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.
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:
This can be substituted, e.g. ~~stubpost.data.problem_description, where required.
Parameters
See fields for common field parameters like validation and conditional rendering.