How does Netlify Forms determine labels in email notifications?

Hi, @charlie1, we don’t handle ‘for’ attributes for certain fields so I recommend you using labels like so:

<label>Name
    <input name="shipping-name"> 
</label>

Basically wrapping the label element around your input field indicates which input field that label is for.