Skip to content

Text

Overview

The Text control type will create a simple text box for a string field on the container. To allow for longer segments of text shown over multiple lines, use the Textarea control type.

Text Control

Required Fields

  • Name: The name of the field saved to the database. See here for details and restrictions.

  • Type: Must be set to System.String.

  • ControlType: Must be set to Text.

Optional Fields