Heading Field
A heading inside the form. Not an input: it stores no value and never reaches the template.
Settings:
- HTML shown in place of the field
Use it to break a long form into labelled parts when a whole tab would be too much — a caption before three related fields, a note explaining what the next section is for.
It has no name in the data
Because nothing is stored, the field's name is irrelevant and {$heading} in a template is always empty. If you need text on the page, that is a regular field with a default value.