Capturoo JS Client SDK
npm install @capturoo/capturoo-js-client-sdkBe sure to include the Capturoo JavaScript Client SDK in your HTML. We
recommend you use the CDN hosted version unless you require the latest
development version, or wish to host the SDK on your own server.
``javascript`
At the bottom of your HTML file use the following snippet of code to link
the form to your Capturoo project.
`javascript`
The parameter passed to client.captureForm('my-form') corresponds to the
HTML id attibute of your form. e.g.