Why plain HTML forms still need a backend
Static sites and brochure pages often have nowhere safe to send POST data, client-only scripts leak keys, and spinning up serverless for one form is overkill. FormsReach gives you a form API endpoint so a classic HTML form works again.
Platform notes
- Works on any host that serves HTML - no runtime required.
- Prefer HTTPS on your site so browsers do not warn on form submit.
- After submit, you get email and/or WhatsApp based on how you configure delivery.
Troubleshooting
- Nothing arrives: Confirm
api_keyis present and correct; check spam folder for email delivery. - Browser CORS / blocked request: Use a normal full-page form POST (the HTML snippet), not a cross-origin fetch from a random origin without the SDK.
- Wrong fields in the message: Check each input has a
nameattribute.