Fields
Note Field
The Note Field allows for an improved experience when a large amount of text needs to be entered. 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 Heading
field to the stubpost with the title and subtitle of "Customer Information" and "Contact Details," respectively.
Result
The field will be displayed as a note field in the form, as below:
The resultant data will be available in the stubpost.data
as:
This can be substituted with eg. ~~stubpost.data.problem_description
where required.
Parameters
See fields for common field parameters like validation and conditional rendering.