Netlify Forms detected, but not being properly hydrated in CI/CD and not submitting Svelte, Sapper

Hey @bmcilw1,
Can you try handling the form submission with javascript? This may help you, as the person in this thread was also using svelte/sapper:

There’s another code snippet here:

I’d also suggest using data-netlify="true" instead of netlify inside the form tag. I’ve seen that work better with SSG frameworks.

Let us know how it goes!