Why add a small JS SDK?
Some sites want client-side submit handling without standing up their own API route. The FormsReach browser SDK posts to the same form backend as the HTML action endpoint, so you stay off the email-only mailto path and off custom serverless.
Platform notes
- Init once per page before the user submits.
- Keep field
nameattributes - the SDK serializes the form fields. - Enable WhatsApp when speed-to-reply matters for sales. Upgrade plans when you need more monthly credits.
Troubleshooting
- SDK not defined: Ensure the script tag loads before
FormsReach.init. - Form does nothing: Confirm
data-formsreachis on the<form>element and the API key is valid. - Blocked by ad blockers: Rare; fall back to the plain HTML POST snippet if needed.