Fields
Heading Field
Adds visual structure to an action form without collecting data. Useful for grouping fields, introducing sections, and improving form readability.
Basic Usage
Adds a Heading field to the stubpost with the heading and subheading of "Customer Information" and "Contact Details," respectively.
This field does not allow for much in the way of customizing the look and feel of the heading and sub-heading text. For more flexibility use the HTML Field
Result

Parameters
params.heading_text required string
The text that will be displayed as the heading.
params.subheading_text optional string
The text that will be displayed as the subheading.
See fields for common field parameters like validation and conditional rendering.