> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/view-your-microsite-registration-form-submissions.md).

# 查看您的微站注册表提交

在查看表单时，您可以看到某个 Microsite 注册的所有尝试提交表单的详细信息。如果您需要排查提交失败的原因，我们建议查看您的表单提交记录。

1. 从左侧导航菜单中，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[Engage] → 数据源** → **表单**.
2. 将鼠标悬停在 *Microsite 注册* 表单上，然后选择 **查看提交**.
   * 使用筛选器来优化搜索。请参阅 *筛选器说明参考* 以了解更多信息。

<details>

<summary>筛选器说明参考</summary>

| 筛选条件 | 说明                                     |
| ---- | -------------------------------------- |
| 表单   | 保持此筛选器开启 **Microsite 注册** ，以避免看到无关的表单。 |
| 状态   | 选择您要查看的表单提交状态。此筛选器默认为 *任意状态*.          |
| 期间   | 选择表单提交的时间段。此筛选器默认为 30 天。               |

</details>

3. 将鼠标悬停在注册表单上，然后选择 **查看详情**.
4. 查看该表单的提交详情。

   <div data-with-frame="true"><figure><img src="https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FWgZv46ioP2CXx5ctNA6d%2FScreenshot%202026-05-18%20at%2009.06.24.png?alt=media&amp;token=63b81bfd-8fe2-49a8-b691-685c3924c541" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>提交摘要</summary>

* **状态：** 查看表单提交是否成功。
* **提交于：** 表单提交的日期。
* **提交者：** 提交表单的参与者。
* **提交 ID：** 该参与者的唯一标识符。

</details>

<details>

<summary>表单响应</summary>

* **电子邮件：** 参与者的电子邮件地址。
* **redirectPath：** 用户在注册表单提交后将被重定向到的 Microsite 页面。通常这是 /verifyEmail 页面，它是 Microsite 用户验证流程的一部分。
* **名字：** 参与者的名字。
* **姓氏：** 参与者的姓氏。

</details>

<details>

<summary>操作</summary>

当注册表单提交时，Action 是在 Advocate 系统中发生的任何事情。例如，用户被添加到某个细分中、有人在表单成功或失败时收到电子邮件、表单提交成功，或者表单提交失败，以及失败原因。

{% hint style="info" %}
**注意：** 如果您已设置提交操作将注册信息发送到 Salesforce，那么操作历史会显示 Salesforce 处理这些数据的详细信息。
{% endhint %}

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
