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

Add reCAPTCHA example #10

Closed imorente closed 6 years ago

imorente commented 6 years ago

Netlify announced in their newsletter yesterday the possibility to add a custom reCAPTCHA with your own settings

This PR adds an example form that uses react-google-recaptcha

Gatsby has been upgraded to v1.9 to be able to use an environment variable for the reCAPTCHA site key as described in the Gatsby docs, instead of hard-coding it in the example