I’m having a peculiar issue with Netlify forms
You can access a testing version here: https://deploy-preview-97--colorado-siding-repair.netlify.app/home-show that doesn’t have a redirect and console logs the form payload, but the production version would be https://sales.coloradosidingrepair.com/home-show
There is another form that shares the same formSubmit() code that had been working just fine but hasn’t received a submission since Aug 31 at https://sales.coloradosidingrepair.com/pink-pig-promo
That said code would be essentially what was lifted from the Netlify form docs:
I’m at my wits end, as the form seems to be recognized by Netlify during build:
But as you can see, no submissions are being collected:
And since I’m new, I have stitched together my screenshots into one…
Is this a server-side issue?