Netlify forms not working on Gatsby/React site

So i’ve added the recommended attributes to my form on my gatsby site:
name=“tmwlsh-contact-form” method=“POST” netlify=“true” data-netlify=“true”

But form submissions are not appearing in my Netlify dashboard. Any ideas?

Thanks!

Have you checked this part: How to Integrate Netlify’s Form Handling in a React App?

In short, you need another line of code in your form: <input type = "hidden" name = "form-name" value = "tmwlsh-contact-form" />.