Long text form field

Hi, I’m trying to create a form with a Terms field, where I can set a default template but editable by the users when they create a new entry each time.

At the moment I am using the Free Text field and typing in the Default Value. But I am unable to create paragraphs and have to edit the field again when creating the new entry.

Is there another way to do this?

It would also great, it the default entry can also have conditional formatting based on the entries in a subtable.

Thank you.

You can consider applying formulas in your default value setting:

CHAR(10) returns line break, and conditional formula can return different values based on different rules.