Skip to content

Exporting Submissions

Lucid Forms keeps a secure, searchable record of every form submission. You can export this data at any time for backups, offline reporting, or importing into CRM tools.


You can perform exports directly from the interactive submission table in your dashboard:

  1. Open the Lucid Forms Dashboard and select the form you want to export.
  2. Click on the Submissions tab to view your logs.
  3. In the top right corner of the submissions table, click the Export button.
  4. Select your preferred format: CSV or JSON.
  5. The download will start automatically in your browser.

We support two primary export formats to make data portability as simple as possible:

  • Best for: Spreadsheet analysis, offline reports, and non-technical team members.
  • Compatibility: Opens natively in Microsoft Excel, Google Sheets, Apple Numbers, and Airtable.
  • Structure: Each input field represents a column, and each form submission is represented as a row. Metadata like submission ID and timestamp are included.
  • Best for: Developers, migrations, and automated scripts.
  • Compatibility: Easily parsed by programming languages, databases, or API tools (like Postman or custom scrapers).
  • Structure: An array of nested objects containing all fields, files, and submission metadata.

If you need submission data synced in real-time to other tools without having to manually download exports: