hubspot-form-embed-mock

2.0.2 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i hubspot-form-embed-mock

Weekly Downloads

0

Version

2.0.2

License

ISC

Unpacked Size

8.72 kB

Total Files

7

Last publish

Collaborators

  • jshawl