I have a contact form in which the user can enter a message but when I hit enter in preview mode it doesn’t go to a new line. You have to actually write the enter line of text.
How can I set it so that the user can choose to start a new line in their message?
Honestly I didn’t know, I realised that by testing after your post. i’m not even sure it’s been like this all along.
While we’re at it, don’t forget to set the dimensions of the multi line field: add a min-height so that you control the minimum height, and add the same value in min-width and max-width so the field can only be resized vertically, that’s more refined and elegant