Submissions

Submission management

Every form has a submissions dashboard where you can view, inspect, edit, and retry submissions.

Accessing submissions

From the form editor, click the Submissions tab (or navigate to /dashboard/forms/{id}/submissions).

Submissions table

The table shows all submissions for the form with:

  • Status — Success, Failed, Pending, or Queued
  • Preview — the email address or name from the submission
  • Submitted at — timestamp of the submission
  • Attio record — link to the created/updated record in Attio (when available)

Filtering by status

Use the status filter buttons to show only submissions with a specific status:

  • All — every submission
  • Success — successfully written to Attio
  • Failed — the Attio write failed (can be retried)
  • Pending — still being processed
  • Queued — saved but not synced (submission limit reached)

Viewing a submission

Click any submission row to open the detail view. This shows:

  • Every field value, formatted by type (dates, selects, record references, etc.)
  • Related object section data grouped under section headers
  • File upload status and download links
  • Error details for failed submissions (error code, message, raw payload)

Click any field label to copy its attribute slug to your clipboard.

Editing a submission

Click the Edit button in the detail view to modify field values. Text, number, and simple fields can be edited inline. Complex types (record references, selects, personal names) are shown as read-only.

Changes are saved to the submission record but are not re-synced to Attio automatically.

Retrying failed submissions

For failed submissions, click the Retry button to re-process the submission through the Attio write pipeline. This is useful when:

  • A temporary Attio API error caused the failure
  • You've fixed a schema issue in Attio
  • An OAuth token has been refreshed

File uploads that failed can also be retried individually.

Deleting submissions

Click the Delete button to permanently remove a submission. This cannot be undone and does not affect any records already created in Attio.

Submission statuses

StatusMeaning
SuccessRecord created/updated in Attio
FailedAttio write failed — check error details and retry
PendingSubmission is being processed
QueuedSaved locally but not synced — your plan's submission limit has been reached
PartialRecord was created but some fields or files had errors