I’m working on adding 2 new forms to my Gatsby website, currently in the deploy preview branch. https://deploy-preview-1--condescending-babbage-bd20fa.netlify.app/book-a-consultation, with the form name “project_questions”.
This booking form initially was working, but had some errors, so I managed to delete it to start again, giving it a new name attribute (formerly “consultation” and now the above “project_questions”, and changing the erroneous fields to fix the errors. Now, submissions are not being detected at all, and the new form isn’t being recognized by Netlify. I believe it is formatted the way it needs to be, but no luck so far.
Originally I tried renaming the fields that weren’t working, but that didn’t work at all, which is why I managed to delete it using a curl request as documented in another support thread (I can’t find the link anymore).