Submission Logs & Queue
The Logs dashboard shows every CRM interaction, while the queue engine keeps retries moving in the background.
Logs dashboard
Drill by CRM, status, or Elementor form ID to isolate the activity you need to investigate.
Toggle the payload details to see what whitelisted fields were sent. PII is scrubbed if you disabled log storage.
Queue a fresh attempt with one click. Elementor2CRM reuses the original field mapping + tag context stored in metadata.
Generate a CSV for auditing or re-importing elsewhere. Exports respect your current filters.
Queue engine
Jobs run asynchronously using WP-Cron. Each submission receives up to 5 attempts, spaced using exponential backoff (2s, 4s, 8s…capped at 1 hour). Success clears the job; failure after the final attempt triggers an email notification.
- Immediate mode: turn on in Settings when debugging to run synchronously.
- Retention: the cleanup cron prunes logs older than your configured days (default 30).
- Debug: enable Advanced Debug Mode to shorten cache TTLs and log raw responses to the WordPress debug log.
Need to adjust data governance? Continue to Privacy & GDPR.