Welcome to the Formbox documentation site.
Formbox is a powerfull forms backend for you HTML forms. It allows you to collect submissions from your forms without any backend code. You can get email notifications for new submissions, upload files from your forms, and even integrate with services like Google Sheets, Slack, and more. This documentation will guide you through the process of setting up and managing your forms with Formbox.
action="#"
attribute, which
specifies the URL where you want to process form data. In a typical website,
it will look like this:https://mysite.com/form.php
, where you would need to write back-end code (in PHP, Node.js, Go, Ruby, etc.) to process the data.
Formbox handles this process for you by providing a unique URL that processes your form without any back-end code. Your unique URL allows you to receive emails from your form, send auto-responses, upload files, and trigger integrations.
An example Formbox endpoint looks like this: https://api.formbox.app/s/XXXXXXXX
Create organization
button in the dashboard.
Create form
button to create a new form.
action
attribute:
name
attributeContent-Type
to multipart/form-data
.
Accept
header to application/json
.