Forms not working with Next.js

I can’t seem to make Forms to work with my portfolio at this url jeremie.netlify.app. I’m using Next.js 10 as a static site I have follow this support guide and read this tutorial but without success. When I’m inspecting the form in the browser everything seems to be normal. I can see all the correct attributes and the hidden field, but it doesn’t work :sob: I feel like i’m missing something :no_mouth:

I fixed the problem, the form component was unmounted on the initial build ( because of the logic I implemented for the site pre-loader ) so the robots couldn’t find it. … Uh, I need some sleep.

1 Like