Fodo Docs
Forms

Viewing Entries

Access and manage form submissions in WordPress

Viewing Entries

All form submissions are stored in your WordPress database and accessible from the admin area.

Accessing entries

Go to Fodo Forms → Entries in your WordPress admin.

Entries list

The entries list shows all submissions across all forms:

ColumnDescription
IDUnique entry identifier
FormWhich form was submitted
StatusRead/Unread indicator
DateSubmission timestamp
SummaryPreview of first few fields

Filtering

Filter entries by:

  • Form: View submissions for a specific form
  • Status: All, Read, Unread
  • Date Range: Custom date filter

Sorting

Click column headers to sort by:

  • Date (newest/oldest)
  • Form name
  • Status

Search across all entry data to find specific submissions.

Entry details

Click any entry to view full details:

Submission data

All field values displayed with labels:

Name: John Smith
Email: john@example.com
Message: I'm interested in your services...

Metadata

Additional information captured:

FieldDescription
Entry IDUnique identifier
FormForm name with link to edit
SubmittedDate and time
IP AddressSubmitter's IP (if stored)
User AgentBrowser information
Page URLWhere the form was submitted
UserLogged-in user (if applicable)

Files

If the form includes file uploads, attached files are displayed with:

  • Filename
  • File size
  • Download link
  • Preview (for images)

Entry actions

Mark as read/unread

Toggle read status to track which entries you've reviewed.

Reply (email)

If the entry includes an email field, click to open your email client with a reply.

Print

Generate a printer-friendly version of the entry.

Delete

Permanently remove the entry and all associated data.

Deleted entries cannot be recovered. Consider exporting data before deletion.

Bulk actions

Select multiple entries for bulk operations:

  • Mark as Read
  • Mark as Unread
  • Delete
  • Export Selected

Exporting entries

Export all

  1. Go to Fodo Forms → Entries
  2. Click Export
  3. Select format (CSV or Excel)
  4. Choose date range (optional)
  5. Select forms to include
  6. Click Download

Export filtered

Apply filters first, then export to download only matching entries.

Export format

CSV export includes:

  • Entry ID
  • Form ID
  • Submission date
  • All field values
  • Metadata (IP, User Agent, etc.)

Pro tip: CSV opens in Excel, Google Sheets, or any spreadsheet app.

Entry storage

Where data is stored

Entries are stored in custom database tables:

  • wp_fodo_form_entries - Entry records
  • wp_fodo_form_entry_meta - Field values

Storage settings

Configure storage in Fodo Forms → Settings:

SettingDescription
Store EntriesEnable/disable database storage
Auto-DeleteDelete entries after X days
Store IPWhether to capture IP addresses

Privacy considerations

For GDPR/privacy compliance:

  1. Data minimization: Only collect necessary fields
  2. Retention limits: Set auto-delete period
  3. Export capability: Users can request their data
  4. Deletion: Remove data on request

Notifications

Unread count

The admin menu shows unread entry count:

Fodo Forms
└── Entries (5)  ← 5 unread entries

Email alerts

Configure email notifications in form settings to receive alerts for new submissions. See Email Notifications.

Troubleshooting

Entries not saving

  1. Check Store Entries is enabled in form settings
  2. Verify database tables exist (deactivate/reactivate plugin)
  3. Check for PHP errors in debug log
  4. Ensure sufficient database permissions

Missing fields in entry

  1. Confirm field was present when form was submitted
  2. Check if field was conditionally hidden
  3. Verify field isn't set to "Don't store" (if applicable)

Can't delete entries

  1. Check user permissions (requires manage_options)
  2. Try disabling caching plugins temporarily
  3. Check for JavaScript errors in browser console