Gatsby and Netlify Form integration
This is an example site integrating Netlify’s contact form handling with Gatsby:
Adding Forms
Gatsby is built on top of React. So anything that we can do with a React form is possible in Gatsby. Additional details about how to create React forms can be found in the React forms documentation (which happens to be built with Gatsby!)
How to get started documentation can be found here
Integrating Netlify Form Handling in Gatsby
Example for integrating a basic contact form with Netlify’s form handling feature. Demo: https://gatsby-netlify-form-example-v2.netlify.com/
Features: Basic form submission. Example use controlled form to offer more flexibility.
Deploy
To Deploy on Netlify you will need to follow few steps:
- Connect to Github
- Configure your site - Save and Deploy (change your Repository name)
To connect please check my Github, LinkedIn or Twitter.
Thank you for reading!
Top comments (1)
Short, clear and simple!! Nice write up!!