Hiya, sorry you are having trouble getting your forms to work.
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
We also recommend trying to search the forums or look at topics tagged Netlify forms if you haven’t already - it’s likely your question was already asked by someone else!
If you are still having problems, please provide more information such as what you have already tried, and a link to your live form.
I’ve read though the support guide and implemented all of the required fields, used POST and, as this is the only form on the site, there aren’t any duplicate field names.
The link to the live contact form is at the top of my initial post.
Interestingly, the Netlify form attribute tags which are present when running locally are removed on the deployment of the site. As I’m pretty new to Netlify, this might be normal but I’d appreciate if you could let me know for sure!
Hey there,
Can you try swapping the bot-field and form-name, so that the hidden input with the form-name comes first? I’m wondering if we’re expecting form-name to be the first attribute we look for, and when we don’t find it, we don’t know to match the submission with the form.
Not sure how I didn’t find that support guide before but it’s a great resource for getting the form up and running with Gatsby.
Also, I had a play and found the form successfully submits messages whether the form-name field is first or elsewhere in the form (i.e after the bot-field).
In case it’s helpful to anyone, the code for the working form can be found here.