Problem with labels in Netlify forms

Hello, this is my website: https://flamboyant-volhard-744e22.netlify.app/contato/
1 - Netlify recognize the form
2 - The form is sent successfully
3 - The form is sent correctly to its own place (in netlify dashboard)
4 - The submission is sent with key/values pairs correctly (as all my inputs have the right “name” property, and I can see it on my browser network)
5 - The submissions on dashboard have multiple input fields with the same name property (Usually the later ones copying the first one)image

I don’t know if this is the issue but there are a bunch of elements with the same id of “outlined-size-normal”

1 Like

That was basically the problem, somehow I forgot to cut those ids when I refactored the code with multiple components. Thank you very much (: