My Netlify site is https://deft-pithivier-f0b601.netlify.app/
The site is built with NextJS & I have 2 forms using Netlify forms. I’ve followed the instructions from this post: How to Integrate Netlify’s Form Handling in a React App
I have a static html page in my public folder with the forms including all fields from the TSX forms.
The TSX forms have the hidden form-name field matching the form’s name property & the forms both include the data-netlify property:
I see the forms are active in the Netlify UI but I don’t get any submissions. I also followed the suggestions in this support thread and added a static html thank you page in my public folder.
I can see Netlify is processing my forms correctly in the post-processing build logs but I do not get any submissions. I’ve also checked the spam submissions & there are none there either:
What am I missing? Please help!