Form on static page only submitting successfully when on /index.html

hi there, sounds like it might be an issue with the path you are pointing towards. We would show the “page not found” if you used a relative path vs. an absolute one or something like that - if you were indeed pointing the visitor to something that wasn’t there. I’d check that you are absolutely sure that the page you are redirecting to exists, given that the form syntax is likely correct (as it works in the case you described)

maybe this guide is helpful?