1. Opening the Entries Tab #
- In WordPress admin, go to Davix AI Engine → Forms.
- Click on the Entries tab.
Here you’ll see a table listing captured submissions from the providers you enabled.
image IMAGE PLACEHOLDER: Screenshot of the Entries table listing multiple form entries with columns for ID, provider, date, status, email, subject. IMAGE image
2. Understanding the Entries Table #
From the docs, the Entries tab typically shows for each submission:
- Provider (e.g., SureForms).
- Date/time of submission.
- Key fields such as name, email, subject, etc., depending on mapping.
- A link to view full details (if the plugin offers an “Open/View” action).
- Status or flags related to email replies (whether a reply was sent).
(The exact column labels follow your code, but the docs clearly describe a “Forms → Entries” list.)
3. Viewing a Single Entry #
Step-by-step:
- In the Entries table, find the row for the entry you want to inspect.
- Click a View link or row action (as described in the docs interface).
- The detail view shows:
- The full form data captured from the provider.
- Controls for replies (predefined or AI-based) if applicable.
4. Searching or Filtering Entries #
Your docs describe entries as “captured submissions” that can be filtered by provider or date in the UI.
Step-by-step:
- At the top of the Entries screen, use:
- A search box (if available) to search by email/subject.
- A provider filter dropdown (if present) to view only entries from one provider.
- Apply filters and check how the list changes.
5. Deleting or Cleaning Up Entries #
The documentation mentions retention and the ability to manage entries.
Step-by-step:
- Select entries using checkboxes in the left-most column (if present).
- Use a bulk action (e.g. Delete) or a specific Delete row action to remove them.
- Confirm the action.
Entries will then be removed from the Forms module storage (the dedicated table created by the plugin as described in the docs).

