Style Form submission - help

Dear Community,

I am aiming to use Netlify Forms to capture some information.

At this moment fields return plain text, stripping all line breaks/paragraphs, and turning everything into a ‘wall of text’.

For example for the following entry:

========== Test ==============
Item one

=========== Test 2 =============
Item two
Item three

we would receive the following:

========== Test ============== Item one =========== Test 2 ============= Item two Item three

Formatting is preserved when exported to .CSV format for, but it is very ugly to look at in the Netlify dashboard.

Any help is greatly appreciated.

Regards,
Dimitry

Hi @dimitryvolos, thanks for the post.
The Netlify form information on the dashboad also sends a copy of your submissions to your linked email. Kindly confirm if the copy you receive in your email is also difficult to read.

If the copy you received in your email does not also help, another alternative is to use Netlify Functions to send your form data to your email. Using Netlify Functions to send your form data gives you the control on how you want to format your data.

Kindly check the blog link below to learn how to Use Netlify Functins to send form data to your email.

Thanks.