I have been trying to make Forms work since a couple of days now, and I am at the end of my rope. Everything seems to be done right on my side. I am statically generating the site with Nuxt and Vuetify, the form is recognized in the Netlify admin, the hidden input field is added to the form, and all inputs have name tags. But when I submit a form two things seem to go wrong:
My thank you page fails to load, and a netlify page comes instead. Refreshing the page causes the thank you page to appear
No form submissions are successful, not even to spam folder
The only thing I can think of is that the Vuetify generated form is too deeply nested, but never had that be an issue with any other services/tech in the past. Any help is greatly appreciated! Thanks in advance.
Hi @perry. Thanks a lot for responding. Yeah, I ran across that in guide and in the topic I linked. Didn’t implement though, as I was under the impression that this does not apply to statically rendered sites. I am using Nuxt universal app mode, and building to static (yarn generate) and deploying the dist directory.