This Support Guide is the first port of call to debug any forms issues. Please start here and work through these resources!
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, and there are many solutions to try.
If you are still having problems, please provide more information such as what you have already tried.
Thanks Sam. Even though I’m not using Netfliy Forms it looks like I have include a static form in html to enable a NextJS server form action. Maybe I’m being too precious but that doesn’t great as it feels like we’re adding workaround code just to satisfy specific hosting requirements.
You don’t need Netlify Forms to get this to work. As long as you post the form data to your server-side functionality (like the API handlers), this would work. In the example you shared, you’re posting the data to the home page - I’m not sure if that’s how it’s supposed to work in Next.js, but it won’t work on Netlify in that manner.