Exporting Form Responses

PayPress order exports include Payment Form responses as raw JSON so the information can be reviewed outside WordPress.

Overview

PayPress order exports include Payment Form responses as raw JSON so the information can be reviewed outside WordPress.

Requirements

  • Orders with form responses.
  • Access to order export.

Steps

  1. Open PayPress Orders.
  2. Export orders.
  3. Open the CSV.
  4. Find the form submission column.
  5. Review the raw JSON response data.

Expected Result

The export includes stored form response data for orders that have Payment Form submissions.

Important Notes

Flattened form-response exports are not implemented yet. The current export preserves raw JSON.

Troubleshooting

If the form submission column is empty, confirm the order used a plan with an enabled Payment Form. If raw JSON is hard to read, use Order Details for a friendlier view.

Related Articles