Add a new line in the text area element

To add a new line to the default text area in messageML, you can use the HTML entity 
.

For example, the following code:

1.png

will be displayed as:

Note: When the form is submitted, the new lines will be sent to the bot as a "\n".

Refer to the Text Area page of the Symphony Messaging Developers Documentation for further information on the text area element.