# View Your Microsite Registration Form Submissions

When viewing forms, you can see the details of all the attempted form submissions for a Microsite registration. We recommend consulting your form submissions if you need to troubleshoot why a submission failed.

1. From the left navigation menu, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage] → Data Sources** → **Forms**.
2. Hover over the *Microsite Registration* form and select **View Submissions**.
   * Use the filters to refine your search. Refer to the *Filter description reference* below for more information.

<details>

<summary>Filter description reference</summary>

| Filter | Description                                                                                      |
| ------ | ------------------------------------------------------------------------------------------------ |
| Forms  | Leave this filter on **Microsite Registration** to avoid seeing irrelevant forms.                |
| Status | Select the status of the form submission you want to view. This filter defaults to *Any Status*. |
| Period | Select the period in which the form was submitted. This filter defaults to 30 days.              |

</details>

3. Hover over the registration form, then select **View Details**.
4. View the form’s submission details.

   <div data-with-frame="true"><figure><img src="/files/0Gkeee054uNZfXGC0Fyi" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>Submission Summary</summary>

* **Status:** View whether the form submission was successful or not.
* **Submitted On:** The date on which the form was submitted.
* **Submitted By:** The participant who submitted the form.
* **Submission ID:** The unique identifier of the participant.

</details>

<details>

<summary>Form Response</summary>

* **email:** The participant’s email address.
* **redirectPath:** The microsite page to which the user will be redirected after the registration form has been submitted. This is usually the /verifyEmail page, which is part of the microsite's user verification flow.
* **firstName:** The participant’s first name.
* **lastName:** The participant’s last name.

</details>

<details>

<summary>Actions</summary>

An Action is anything that happens within the Advocate system when the registration form is submitted. E.g., a user being added to a segment, someone receiving an email upon the form succeeding or failing, the submission of the form succeeding, or the submission form failing, and why it failed.

{% hint style="info" %}
**Note:** If you have set up a submission action to send the registration information to Salesforce, then the Actions history shows details about how Salesforce handled the data.
{% endhint %}

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/view-your-microsite-registration-form-submissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
