Hi people

This is an example site integrating Netlify’s form handling with Gatsby

Troubleshooting

Forms stop working after upgrading to Gatsby v2

This can be caused by the offline-plugin.Workaroundis to use?no-cache=1in the POST url to prevent the service worker from handling form submissions

Adding reCAPTCHA

If you are planning to add reCAPTCHA please go toimorente/gatsby-netlify-form-examplefor a working example.