Skip to main content

Form Submissions

The Form Submissions tab lists all form submissions received for the current project.

What is shown

Each submission includes:

  • submission timestamp
  • page URL where the form was submitted
  • form name
  • field data (name, email, message, etc.)

Filtering

Submissions are scoped to the current project. All forms within the project share the same submissions view.

CLI access

micropage submissions list
micropage submissions show <id>
micropage submissions export --format csv --output submissions.csv

The show command prints the full payload for a single submission. The export command writes all submissions for the current project to a CSV or JSON file, which you can use for further analysis or import into other tools.

Notifications

Micropage can notify you when new submissions arrive.

  • Pro — daily email digest summarising submission counts per form.
  • Pro+ — instant email for every new submission, plus the daily digest.
  • Pro+ — webhook: a POST request is sent to a URL you configure in Settings → Forms each time a submission is received.

See Forms for the full notification reference, including the webhook payload format.

Notes

  • Submissions are stored per build and project. If you view an old build's submissions, they are still accessible.
  • Free accounts have a per-project submission limit. See Forms for details.