Form Subcomponent: Display Text

The Display Text subcomponent can only be used within the Form component. The Display Text component allows you to include header, and text within the Form. It is a rich text field which supports links, lists, and text styling.

The text input supports the the use of {{totalCost}} and {{termEndDate}}

Screenshot

Props

Prop Name
Label
Type
Default Value
Description

text

Text

string

You will be charged {{totalCost}} per month until {{termEndDate}}

This is the copy which will appear on the page

col

Column Size

number

12

Size of the columns

fieldClassName

Class Name

string

""

The CSS class name for styling the field component

Last updated

Was this helpful?