Site is: objective-blackwell-b518bd
It’s a Nextjs site with Netlify Forms, there are no form submissions, verified or spam, and I’ve now tried multiple ways of setting up the form. I’ve referenced the Netlify docs, consulted blog posts from CSS Tricks and others, and yet I can’t seem to get forms submitted.
I have a Contact form component, that gets rendered in the /pages/contact
page. In the form component, I’m fetching the POST request to /contact/?success=true
currently. There is currently no redirect happening. What am I doing wrong?