> 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).

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

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

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 数据源** → **表单**.
2. 将鼠标悬停在 *Microsite 注册* 表单上并选择 **查看提交**.
   * 使用筛选器来优化搜索。请参考 *筛选器说明参考* 了解更多信息。

<details>

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

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

</details>

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

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

<details>

<summary>提交摘要</summary>

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

</details>

<details>

<summary>表单响应</summary>

* **电子邮件：** 参与者的电子邮件地址。
* **重定向路径：** 在注册表单提交后，用户将被重定向到的微站点页面。这通常是 /verifyEmail 页面，它属于微站点的用户验证流程。
* **名：** 参与者的名字。
* **姓：** 参与者的姓氏。

</details>

<details>

<summary>操作</summary>

操作是指在提交注册表单时，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.
