…and I have a form set up on one of the pages that is literally copied and pasted from a Sapper(former Svelte-kit) app that works perfectly in Netlify.
The form in the Svelte-Kit app is not showing up in the Netlify Forms page in the dashboard, however, and I’m not sure what to do…I’m talking with the Svelte-Kit core team and community, but I thought I’d ask here as well to see if anybody has any insight.
I have this issue as well. Upon inspecting the code of the rendered form in the browser, it seems that Netlify isn’t detecting the data-netlify=“true” attribute since that attribute is still there on the form.
Thanks for reaching out— I realized a little after posting that the section I chimed in on was irrelevant to my situation, although our issues were the same. I solved my particular issue by simply adding —minify to my build command (still don’t really know why, honestly)
I have recently resolved this as well…although I dunno if it will stay working in the future…if it fails again i will return to this post…but thank you