Inbox
View and manage contact form submissions from your visitors in the Inbox.
๐ค Inbox
When visitors fill out your contact form, their messages land in the Inbox at /admin/inbox. Think of it as a simple read-only inbox built into your admin panel โ no external tools required.
โก TL;DR
- Messages from your contact form appear here automatically.
- Filter by All, Unread, or Read.
- Select any message to read the full details.
- Bulk-delete or mark-all-read in one click.
๐ฌ What You'll See
Each connection card shows:
- Name and email of the visitor.
- Message preview (first line).
- Timestamp of when it was submitted.
- Read/Unread indicator โ bold title = unread.
Clicking a card opens the full message in a side panel (desktop) or a slide-up sheet (mobile).
๐ Filtering
Use the filter buttons at the top of the list:
| Filter | Shows |
|---|---|
| All | Every submission |
| Unread | Only messages you haven't opened yet |
| Read | Messages you've already viewed |
Selecting a connection auto-marks it as read.
โ Actions
Single Connection
- Mark as read / unread โ Toggle the read state manually.
- Delete โ Permanently removes the connection. Cannot be undone.
Bulk Actions
- Check the checkbox on one or more connections to enter bulk mode.
- Use the toolbar that appears:
- Mark all read โ Marks every visible connection as read.
- Delete selected โ Permanently deletes checked connections.
Warning: Deletion is permanent. There is no recycle bin.
โ๏ธ Prerequisites
Messages only appear here while Accepting messages (in the Inbox header) is on and visitors have submitted the form.
- Go to
/admin/inbox. - Turn on Accepting messages in the header.
- Optionally configure email at
/admin/settings/emailto get notified.
See the Contact Form guide for full setup.
๐ง Email Notifications (Optional)
If you'd rather get an email for each new submission than check this inbox:
- Go to
/admin/settingsโ Email. - Set your email provider (Resend or Cloudflare Email Workers).
- Under Contact Form, set delivery to Email notification or Database + email.
See Email Templates for what the notification looks like.