imorente / gatsby-netlify-form-example

Example site integrating Netlify's form handing in Gatsby's starter template
MIT License
138 stars 32 forks source link

fix: Allow bot-field info to be sent #4

Closed fritz-c closed 6 years ago

fritz-c commented 6 years ago

Without an onChange handler for the honeypot input, the value a bot would insert would never get sent.

imorente commented 6 years ago

Oh dear, I'd completely missed this PR. Thank you for catching that 🙏