Submissions and exports

Where responses land, how email notifications work, and how to export to CSV or Excel.


Every answer to a published form lands in one place: the form's submissions table in your dashboard. Respondents are anonymous — they open the public /f/<slug> link, fill it in, and submit, with no account and nothing to install.

The submissions table

One row per response, one column per field, newest first. Click a row to see the full response on its own, including long text answers and uploaded files that are awkward in a cell. Sort and filter the table to find a particular response.

Email notifications

Turn on notifications for a form and you get an email each time someone submits, with the answers in the body — useful for forms where a slow reply is the failure case, like support requests or booking enquiries. Leave them off for high-volume forms and read the table instead.

Exporting to CSV and Excel

Export the whole table as CSV or Excel (.xlsx) from the submissions view. Both use one row per response with field labels as the header row, so the file opens straight into a pivot table or a mail merge without rework.

  • CSV — for importing into another system.
  • Excel — for reading and analysing as a spreadsheet.

Reading responses from an AI assistant

If you have the MCP connector set up, you can skip the dashboard. list_submissions returns responses for a form and get_submission returns one by id, which means you can ask questions instead of scrolling:

Summarise the feedback form responses from this week
and pull out the three most common complaints.

The assistant reads the responses through the connector and answers in chat. It can read submissions; it cannot delete them.

Closing a form

Set a form to closed when you are done collecting. The link keeps working and shows a closed message rather than 404ing, and no new responses are accepted. Existing responses and exports are unaffected.

Plan limits

The Free plan covers 50 total submissions across 2 forms. Paid plans raise both, and add storage for file uploads — see pricing. Submissions already collected are never deleted for hitting a limit.

Next