How to create a multi-line paragraph in a form using the Form designer

The simplest way to create a multi-line paragraph is to use a textarea with transparent borders and the read-only setting. To do this:

  1. Add a new textarea control and add your text inside it.

  2. Click Appearance on the menu bar to open the Appearance Editor

  3. Hover over the textarea to display the Express mode toolbar, then click the pencil icon to open the Advanced mode panel.

  4. Set the border style to None.

  5. To hide scroll bars, set the Overflow property to Hidden, and make sure that the textarea is large enough to display the entire text.

  6. Save the changes, then close the Appearance Editor by clicking Appearance on the menu bar.

  7. Hover over the textarea and click the pencil icon to open the Settings panel.

  8. Add the custom attribute with Name=readonly and Value=readonly, then save.