1.0.6 • Published 2 years ago
nextjs-jotform-embed v1.0.6
nextjs-jotform-embed
This package allows you to easily embed Jotform forms into your NextJS or React application.
Installation
You can install the package using NPM:
npm i nextjs-jotform-embed
Usage
To use this package, you need to import the JotformEmbed component and pass the Jotform form URL as a src prop:
<JotformEmbed src="https://form.jotform.com/{YOUR_FORM_ID}" />