Repo - GitHub - ghughes13/portfolio-2023
Site - https://portfolio.selftaught-dev.com/
Expected behavior: When submit my form, it successfully posts and the form data shows up under ‘Recent Form Submissions’ in the Netlify portal.
What actually happens: The client receives a 404 and fails to post.
What I’ve tried:
-Using multiple variations for the fetch url (https://portfolio.selftaught-dev.com/, https://portfolio.selftaught-dev.com, portfolio.selftaught-dev.com, / )
-Using the netlify attribute (Which seems to work as it’s parsed out in the build step (But also have tried data-netlify)
-Adding a .toml for redirects
-Crawling through the netlify-form forums to find a solution
-Form detection is enabled in my settings → forms
Something I’ve noticed is the docs say Netlify should add a hidden name input for the forms name, but I don’t see this in the deployed code. I’ve manually added the field to see if that works.
Any advice or troubleshooting steps I could try?