Links

Paragraph

You may add text paragraphs to your form, which is useful for instructions or comments. This component supports the following attributes:
Name
Description
Values
type
The type of paragraph
  • normal
  • bold
  • h1
  • h2
  • h3
  • h4
id
A unique ID so the component data can be used by other components in the form, or when sent to an external service
User-defined
label
The text to be shown in the interface
User-defined
description
Small text description below the label
User-defined

Examples

<form>
<paragraph type="normal">NORMAL</paragraph>
<paragraph type="bold">BOLD</paragraph>
<paragraph type="h1">H1</paragraph>
<paragraph type="h2">H2</paragraph>
<paragraph type="h3">H3</paragraph>
<paragraph type="h4">H4</paragraph>
</form>