Form seems to be omitting random fields in submission

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?
image

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.

Hmmm @TheComeBackGuy weird, I have seen this before and it’s usually an issue with the code. Have you read our forms debugging guide?

Yes, but if it’s there, I’m not seeing it. I’ve read it over a few times and it seems like I’m doing everything right. I know that’s not possible if it’s not working but I just don’t see the mistake yet.

Well, it looks like I was a bonehead and didn’t give the input fields names. So, now they’re passing through but not sending the value. So, gotta figure that out.

1 Like