I followed the step by step of the examples given in the explanation of the Netlify form, but when I go to see the forms that arrived, it only has the name of the person who sent it.
(My english is basic, sorry)
@lucassousacarreiro , welcome and thanks for posting.
You have 4 div
’s having the same id with the value form
.
You can only have one id per element, but you can indeed use the same class
for multiple elements.
Therefore you can either use different id’s for the other div
or use a single class for the other div
Hope this helps. Let me know if the other fields are part of the form data when its received once you make the changes.
Thanks.