Execution Logs record rule execution attempts and delivery outcomes. Use this section when a PDF was not generated, a delivery action failed, or you need to confirm what happened after a form submission or manual test run.
Each top-level log represents a rule execution or skipped rule. Delivery actions, such as File Storage and Email, are stored as child logs and are easiest to inspect from the log detail modal.
FormPDF PRO uses a parent/child log structure:
The default logs list shows top-level logs. Child delivery logs appear inside the detail modal for a parent log. When you filter by a specific action type, the list can show matching delivery-action logs directly.
Use this flow to find logs by date, status, action type, or keyword.
The logs table shows:
Per-row actions:
Bulk action:
Note: Search is a single keyword filter. It searches message text, form handles, and rule names; the current screen does not provide separate form-handle or rule-name filter controls.
The current Status filter exposes Success and Error. Skipped rule activity appears as an event type, not as a visible Skipped status filter.
Use the log detail modal as the primary debugging tool. It shows the rule-level result and any delivery-action child logs in one place.
The modal shows:
Child delivery logs show:
Failure state: if the log no longer exists, the detail request returns a not-found response and the modal shows an error message.
Use delete actions only when you no longer need the diagnostic history. Deletion is permanent.
The single-delete action is submitted securely with CSRF protection.
The bulk-delete action is submitted securely with CSRF protection.
Warning: Log deletion is permanent. There is no archive or recovery mechanism in the logs panel.
No log rotation, automated cleanup, or retention policy is currently implemented. Treat log cleanup as a manual administrator task.
Start with View Details. The modal is the fastest way to determine whether the failure came from template rendering, delivery configuration, or the system environment.
| Category | What to inspect |
|---|---|
| Template issue | Missing template, invalid HTML, broken or unresolved tokens, external template path problems (e.g. path traversal prevention errors). |
| Delivery configuration issue | File Storage disabled when links require it, File Storage ordered after Email, invalid recipients, missing submitter email attribute, invalid filename generation (e.g. dot-only filenames), or invalid webhook URLs. |
| System issue | File Manager import errors, mail transport errors, permissions, missing underlying Express entry, unexpected server exceptions. |
Note: Keep failed logs until the issue is understood. Deleting a failed log removes the diagnostic evidence from this panel.