To insert a text box

A text box allows constituents to add more information than a text field. The size of a text box as displayed on a web page is limited by both characters (width) and rows (height). A Text Box value entered by a site visitor may contain up to 4000 characters, depending on how the Length property is configured.

  1. In the Form Console, click Text Box. The Text Box Properties dialog displays.

  2. Enter the following:

    • Label: Enter a name for the text box and press Tab.

    • The Name field is automatically populated based on the Label value. In general, you should not change the name. Doing so may cause validation errors when you save the form.

    • Initial Value: Enter text, if any, that you want displayed automatically to the constituent.

    • Width: The width of the text field on the page. This value does not restrict the total number of characters that can be entered (configurable in the Length field, up to the standard maximum of 4000). Users can press the left or right arrow keys to scroll through a long text string.

    • Height: The height of the Text Box as displayed on the page.

    • Required Field: Select to make the Text Box a required field.

    • Maximum Length: Enter a value to limit the amount of characters a constituent can enter.

  3. Click OK. The Text Box displays in the WYSIWYG content editor.