Hi. I’m having trouble with a contact form I’m creating. What’s happening is that each time I submit my form, I see an entry show up in “Verified Submissions”. However, each of those submissions do not include the data from the form fields. Using the Firefox developer tools, I inspected the POST request and confirmed that the form params are being passed up. Also, the form I’m using is a direct copy of the form on this page:
https://docs.netlify.com/forms/setup/
I looked at the troubleshooting steps, but they don’t seem to help. My form and each form field have a “name” attribute. Since the submissions are showing up in “Verified Submissions”, it doesn’t appear like it’s an Akismet issue.
Does anyone know what might be going on?