Text Panel Element
The Text Panel element provides an edit box allowing a user to enter multiple lines of text.
At runtime a user can type into the edit box, view and edit the contents in the standard manner for their browser. If the user types beyond the end of the text box, the display will scroll upwards and a scroll bar will be displayed.
The user can also change the height of the panel by clicking and dragging the grab handle in the bottom left-hand corner of the panel: .

Once you have placed a Text Panel Element on a page, you can edit the Element's properties to configure the Element for your requirements. Select the Element on the page to display its properties in the Properties Pane.
The following properties are available:
Label
Allows you to specify the text that will be displayed above the edit box. You can change the default label to provide a more meaningful prompt for your users.


Visible and Disabled Properties
Placeholder
Allows you to specify placeholder text to be displayed in the edit box part of the Element when the page loads.
Rows
Specifies the height of the Element in rows and thus the number of lines of text which can be entered into the text box without scrolling. If the user types beyond this number of lines, the text will scroll and scroll bars will be displayed.


The properties in this section allow you to specify validation criteria for the Element.


If you specify an input mapping, the mapping will be displayed, in the Form Design workspace, in the format {<datasource>.<dataset>.<dataitem>} in place of any specified Placeholder text. For example:
Changes to the Placeholder property won't be reflected in the Element, unless you remove the input mapping, in which case any specified placeholder text will be displayed again:
You may need to reload the form to display the input mapping. The mapping is only shown in Form Studio and isn't displayed on the published form.


Styles Category
Label, Text Box and Error Message
Allow you to assign a style to the Label, the edit box and the invalid data error message text, respectively, e.g. to set the font type, size and colour.