HTML Form Integration
FormSync works seamlessly with plain HTML forms—no JavaScript or backend setup required.
Create an HTML Form
To connect your form with FormSync:
- Set the
actionto your unique FormSync endpoint. - Use the
POSTmethod. - Add the
nameattribute to each input so FormSync can collect the data. - Use
requiredattributes if you want to enforce validation in the browser.
Example:
HTML Example
FormSync accepts any standard HTML form as long as the
actionandmethodare correctly configured.
Special Fields
| Field Name | Type | Description |
|---|---|---|
_redirect | hidden | The URL to redirect users to after submission. |
_fs_hp | hidden | (Optional) The hidden honypot field to prevent spams. |
Note: If you don't specify a redirect URL, FormSync will redirect users to the default Thank You Page.
That’s It!
Once your form is live:
- Form submissions will appear in your FormSync dashboard.
- No backend, JavaScript or server-side code is required.
- You can integrate the same way with any static site, portfolio or landing page.
How is this guide?
Last updated on March 13, 2026