Skip to content

Entries

VX Modules → Entries is one list of everything that came in through a form, whatever kind it was. Each form also has its own Entries tab in the builder, showing just that form's.

What an entry is, by form kind

Form kindThe entry records
Post formThe post created or edited, with its status
Standalone formThe submission itself — nothing else is created
Registration formThe account, and what the person filled in
Product options formWhat the buyer asked for, linked to the order

The list

ColumnWhat it shows
TitleThe post, the submission, or the account
FormWhich form it came through
StatusThe post's status, or Received for a standalone submission. A product options entry also links to its order
ByWho submitted it
WhenHow long ago, with the exact time on hover

Filter by form, and by status. Click a row to open it.

What you can do

ActionWhere it applies
ViewAny published entry with a public link
TrashEverything except accounts
ApproveAccounts waiting for approval
DenyAccounts waiting for approval
Re-send verificationAccounts waiting on an email link
Delete accountRegistration entries — this deletes the WordPress user

Approving and denying an account fires the matching notifications, and the values the person originally filled in are still there, so those emails say what they typed.

Posts waiting for review also appear on the dashboard with the same approve buttons, so you rarely need this screen for routine review.

One entry

Opening an entry shows what was submitted, field by field, with choice labels rather than stored values and uploads as links.

Details

Recorded when Keep details about each visit is on for that form:

Detail
Submitted / RegisteredWhen
ByWhich account, or a visitor
Last edited via the formWhen, if it was edited
Time to fill outHow long from first keystroke
Time on the pageHow long the page was open
PageWhere the form was
Came fromThe referrer
Browser · System · Device · ScreenWhat they used
Language · Time zoneTheir locale
IP addressOnly when Keep the IP address is on; otherwise Not stored

See Visitor details for turning this on and off, and for the privacy note about IP addresses.

History

What happened to this entry since — edits through the form, approvals, denials.

Exporting

The Export button sends the current view to CSV: whatever the form filter, status filter, and search are showing.

Column setWhen
ID, Title, Type, Form, Status, Submitted by, Submitted, Last edit through the form, LinkAlways
One column per field, in the form's own orderWhen a single form is chosen

Pick one form before exporting and you get a proper spreadsheet — one row per submission, one column per question, with the field labels as headings.

Registration exports use Email in place of Submitted by, always include a Username column, and never export the password or the terms checkbox.

The file is UTF-8 with a byte-order mark, so Excel opens it correctly without an import step.

Where entries are stored

Standalone, registration, and product options entries are kept as a hidden post type that appears nowhere in WordPress's menus — this screen is its only window. Post form entries point at the real post.

Deleting the plugin removes the option rows that define your forms but leaves the stored entries in the database. Export anything you want to keep first.

Built by Code Wattz.