404 on form submit

Hello!
I have problem with netlify form. I’ve read a few discussions about that topic, guides etc, but can’t solve this.

This is website with form, it’s generated with gatsby.
When I try to submit the form I get 404 error.
You can find the form on the bottom of the website.
Please help :slight_smile:

hi there kamil, i see that you said you read some guides, but did you see this one?

This Support Guide is the first port of call to debug any forms issues. There are also many other Support Guides for forms - you can find them here: #Netlify-support:support-guides

Can you post your plain html form that you are including with your build please?

Hello, yes I read this guide and other topics in this community.
You can check the form under the link that I’ve provided and this is the code:
https://pastebin.com/fyhwnyw5

are you trying to show the generic success message or a custom one?

The generic one, no action defined in the form.

Yes we are having the same issue across 3 builds now, trying to use the Netlify form and displaying the generic confirmation message. The form goes to 404 and no submission happens.

We fixed our issue, notice the hidden input on the form, for some reason, this is required but doesn’t appear obviously on the Netlify documentation.

1 Like

I read somewhere that this hidden input is generated by netflix, when the form is parsed.
Nevertheless, you are right I don’t have it neither. I’ll try this fix later, but huge thanks!

1 Like