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.
Netlify instance name: https://vedum-utkast-78c96d.netlify.com/
Repo: https://github.com/vedum-minishop/vedum-hjemmeside
Did you use the search before posting?
Yes, and I’ve made sure I’ve done everything in this post: https://answers.netlify.com/search?q=common%20issue?