ChargeForms
Entries & Reports

Entries

View, edit, filter, export, and manage every submission from wp-admin.

Overview and per-form views

ChargeForms → Entries with no form selected is a global overview — every form's entry count plus the most recent submissions across all of them. Selecting a form drills into that form's own entries table.

What you can do with an entry

  • Edit an entry's submitted values after the fact.
  • Star an entry for quick follow-up.
  • Add internal notes — visible to your team, never to the submitter.
  • Resend the notification email for an entry, without asking the visitor to resubmit.
  • Toggle status (read/unread, spam, trash).
  • Print view — a clean, submission-only layout for records or handoff.
  • Delete, individually or in bulk.

Export and import

Export entries to CSV, and import them back in — useful for migrating data between sites or restoring from a backup. Every export/import action, and every entry edit, goes through the same current_user_can( 'chargeforms_manage_forms' ) + nonce check as every other admin action in ChargeForms.

Advanced Filter

The Advanced Filter builder supports AND-within-group / OR-between-group logic across three field categories with 12 operators — built and adversarially tested against SQL injection, since a filter builder that lets users construct arbitrary queries is exactly the kind of surface that needs that scrutiny.

Dynamic per-form columns

The entries table's columns adapt to each form's own fields automatically — you're not stuck with a generic "field 1, field 2" table when a form has a Name, Email, and Payment Summary field that deserve their own columns.