Form XML Data

   Journey Manager (JM) The transaction engine for the platform.  |    System Manager / DevOps  |  All versions This feature is related to all versions.

Journey Manager allows you to view the XMLXML (Extensible Markup Language) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. data of a submitted transaction. An administrator can access and edit the submitted data to re-attempt delivery, thereby addressing issues like these:

  • A user completed a form, but form data has not yet been purged, and an error is preventing receipt generation or delivery.
  • A user entered invalid or unexpected characters that have caused back-end processing issues. Generally, forms are designed to capture invalid data before submission. However, if invalid form input is accepted, this can cause receipt generation or delivery to be blocked.
  • Clean the data before it reaches the user or back-end processing.
Note

Whenever an Administrator views or changes user XML data, Manager logs the operation to the audit log. When an administrator changes the data and saves the changes, the resulting XML is verified and stored as a new submission history entry, preserving the data previously submitted by the user.

Note

You must have the certain permissions set by an Administrator to see form XML data. For more information, see Administrator's documentation.

To view form's XML data of a transaction:

  1. Select Operations > Form Transactions.
  2. Locate a transaction and click View.
  3. Select the Form XML Data tab to view the transaction XML data. For more information on the structure of the XML file, see Form Data Overview.
    Note

    This tab is not shown if transaction data is purged.

    Form XML data of unpurged transaction
  4. Click Close.

You can change some data formatting, such as the submit date string.

Next, learn how to track submissions.