Hello dear team!
I have read almost 20 threads with all the different replies, documentation and github source code about the Nuxt example that you have shared but I still can’t figure out what’s happening with my form submission.
I am using Nuxt and submitting the form with an AJAX request using the fetch API. I am getting back a 200, so the request is successful, the payload looks fine to me and I have added the hidden form-name input. Although everything looks fine, my submissions are not saved in my Netlify account, so I am not sure what I am missing. I would love to get some help, here’s both my form code and my AJAX request: (Don’t mind the linter )
I would really appreciate any type of help or tips. Thank you very much!