Forms

Submissions inbox

Read, filter, and manage form submissions from every site in one place.

The Submissions page in the sidebar is your inbox for every form on every site. A badge in the sidebar shows how many unread submissions you have.

Layout

  • Filters at the top: pick a site, then (optionally) a specific form.
  • Table in the middle: each row is one submission.
  • Actions top-right: Export CSV, Mark all read.

When a form is selected, the table shows dynamic columns — the actual fields submitted to that form (name, email, message, etc.). When no form is selected, the table shows a compact site/form/preview layout.

Reading a submission

  • Click any row to open the detail sheet. You’ll see every field submitted, in the order defined by the form’s schema.
  • The first time you open a submission, it’s automatically marked as read.
  • Close the sheet by clicking X or pressing Escape.

Read / unread

Unread submissions are highlighted. You can flip a single submission between states:

  • Inside the detail sheet: Mark unread / Mark read.
  • From the row actions: same controls.

Mark all read

The Mark all read button marks every submission in the current filtered view as read. If you have a site and form filter active, it applies to only that scope; if no filter is set, it marks everything.

Filtering

  • Site filter — shows only submissions from that site. Also available as a direct link from the All Sites page (“View Submissions”).
  • Form filter — available only after a site is selected. Limits the view (and the dynamic columns) to one form.
  • Page size — 10, 25, or 50 per page.

Submissions can be deep-linked by URL:

  • /submissions?siteId=abc — pre-filter by site.
  • /submissions?siteId=abc&formId=xyz — pre-filter by form.

Next