2.0.2 • Published 9 months ago

hubspot-form-embed-mock v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

HubSpot Form Embed Mock

This project implements the HubSpot Forms Embed API without making any network requests in order to facilitate testing in development and test environments.

Usage

Replace your existing HubSpot embed script

<script
  charset="utf-8"
  defer="true"
  type="text/javascript"
  src="https://js.hsforms.net/forms/embed/v2.js"
></script>

with a link to this package:

<script
  charset="utf-8"
  defer="true"
  type="text/javascript"
  src="https://unpkg.com/hubspot-form-embed-mock/dist/index.js"
></script>
2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago