I’m using Gatsby and all the fields are named correctly in submissions except for my select input. Netlify is registering the label of the select input as well as all its options as part of the name of the label.
Thanks. I’ve figured it out, for some reason having the htmlFor (react) on the label and id on the select input, caused this issue. I’m not entirely sure why.
This was the static html that was generated from Gatsby prior to the fix, and it all looks fine so unsure why it was a problem.