404 on form submission
My site - https://bucolic-sorbet-e79268.netlify.app/
What I have done so far to resolve
- Setup form according to official guide - Forms setup | Netlify Docs
- Went through Netlify support forum, specially recent threads - [Support Guide] Form problems, form debugging, 404 when submitting
- Followed troubleshooting guides - How to use SvelteKit with Netlify Forms
- Internet not helping me
I see forms are getting processed during build/deploy step -
Somewhere, I read that if final HTML form on the page has netlify
tags, it means the form has not been processed. I don’t see netlify
tags when I do View Page Source
in FireFox. But I do see them when I do Inspect
on the form. I’m clueless here now.