Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Source forms from the Hubspot CRM

This reads hubspot form definitions from the hubspot CRM and renders them in the UI

Installation

yarn add @bond-london/gatsby-source-hubspot-forms

Configuration

Inside the gatsby configuration file add a plugin entry as follow

{
    resolve: "@bond-london/gatsby-source-hubspot-forms",
    options: {
        hubspotApiKey: process.env.HUBSPOT_API_KEY,
    },
},
© 2023 Gatsby, Inc.