@smakosh @Netlify @gatsbyjs Aha. When you submit the form data, you've omitted the recaptcha value. So your form submission would be viewed as spam and ignored.
https://github.com/smakosh/smakosh.com/blob/master/src/components/ContactPage/ContactForm/index.jsx#L108
The reference examples submits everything, including the global recapture value. See here:
https://github.com/imorente/gatsby-netlify-form-example/blob/master/src/pages/recaptcha.js#L35