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

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

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

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

<details>

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

| 筛选器 | 说明                               |
| --- | -------------------------------- |
| 表单  | 保持此筛选器开启 **微型站点注册** ，以避免看到无关的表单。 |
| 状态  | 选择您要查看的表单提交状态。此筛选器的默认值为 *任意状态*.  |
| 时间段 | 选择提交表单的时间段。此筛选器的默认值为 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>

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

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