Let’s deploy the starter Gatsby template

ivanadokic

Ivana

Posted on March 14, 2021

Let’s deploy the starter Gatsby template

Gatsby and Netlify Form integration

This is an example site integrating Netlify’s contact form handling with Gatsby:
Alt Text

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:

  1. Connect to Github Alt Text
  2. Configure your site - Save and Deploy (change your Repository name) Alt Text

To connect please check my Github, LinkedIn or Twitter.

Thank you for reading!

💖 💪 🙅 🚩
ivanadokic
Ivana

Posted on March 14, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Getting started with Gatsby
react Getting started with Gatsby

January 24, 2021

Gatsby.js Themes Introduction
react Gatsby.js Themes Introduction

September 21, 2019