Fields
Heading Field
The Heading Field helps provide structure, visual organization, and hierarchy to the form.
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
required string
params.heading_text The text that will be displayed as the heading.
optional string
params.subheading_text The text that will be displayed as the subheading.
See fields for common field parameters like validation and conditional rendering.