Site name: hartsyfartsy
I’m at a loss here. The contact form on my site seems to be dropping one or more form fields every time I upload it. It’s gotten to the point where I’m just copy/pasting working fields and changing ids to get things to work and even that isn’t cutting it. I’ve even just deleted the form on Netlify so it has a clean slate coming in with no luck. I honestly don’t know what else to do. When I console log the object I’m sending to submit, everything is there. Currently, it’s just not sending the field contactBy to my forms page at all; like it doesn’t exist. Something I’m doing is wrong, but I can’t see it.
For example this is all the info in the console, but the forms tab treats it like contactBy doesn’t even exist. What am I missing?
Edit: I’m also seeing that it’s not including formSelected. Coincidentally, these are both drop downs. However, it’s been happening with random fields. Once I fix one, another fails.