nextjs-jotform-embed
v1.0.6
Published
Embed Jotform iframe to your NextJS or React application easily
Downloads
49
Maintainers
Readme
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}" />