Form - Hit Return for new line in text entry

Hi,

Hitting the “Return” key in the text entry of a form validates the form.
I’m wondering if instead of this behavior, it’s possible to add a new line to the text ?

The text field does not allow multiline, it does not depend on Grav but it’s a browser/HTML thing.

Use a textarea field.

Oh great !
I missed this one when I read the doc.
Thanks a lot !