Glossary

Form endpoint defined.

A form endpoint is the URL an HTML form submits to, the address in the form's action attribute that receives the browser's POST and processes the submitted fields.

Definition

How a form endpoint works

Every form needs somewhere to send its data. When a visitor hits submit, the browser gathers the named fields and POSTs them to one URL, the endpoint. Whatever lives at that address decides what happens next: validate the fields, store them, send an email, trigger an automation.

Traditionally the endpoint was a script you hosted yourself, a PHP handler or a serverless function you wrote and maintained. A hosted form endpoint replaces that: you point the form's action at a service's URL, and the service does the processing. FormWire's endpoint is https://api.formwire.com/submit. It accepts the encodings browsers actually send (form-encoded and multipart) plus JSON for fetch calls, and one endpoint serves every form you run: a public access key in the form tells it which account and form the submission belongs to.

Related questions

Want to see it working?

Read the docs
Ready in a minute

Point your form at an endpoint that does the rest.

Free tier forever. No credit card required.