So I checked various stuff and it appears that this might not work. The reasons are as follows:
The reason you’re not receiving submissions is because (point 2 of Submits fine, yet no submissions in UI:
):
Next.js is using Netlify Functions to render your page which is why the submissions are lost. Furthermore, the problem is that, even when I tried adding the extra thanks.html
static page in public
folder, Next.js functions failed to render that page until I manually added the .html
.
I tried this:
but that didn’t help.
I even tried plugin v3.9.2 that’s the current stable version and that didn’t help too.
So, this might not work, but we would get this confirmed with the developers soon.