Netlify Forms do not respect form labels in emails

Hi,
Is there any way to keep email notification form form to repect form labels in emails?

For example, I got:

<label>Full name:<br />
<input type="text" name="name" placeholder="Name and Surname" required />
</label>

However email will state only Name: and form output, not Full Name: and output.

Tried with <label for="name"> with same results.

Hey @idarek

Have a look at [Support Guide] Form problems, form debugging, 404 when submitting and specifically point #5 which states

1 Like