> For the complete documentation index, see [llms.txt](https://docs.thewalletcrew.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thewalletcrew.io/configuration/enrolment-form.md).

# Enrolment Form

Hosted enrolment forms support secure pass creation and retrieval flows. This section covers customer identification, access control, and form behavior used before wallet delivery.

<table data-view="cards"><thead><tr><th>Title</th><th>Summary</th><th data-card-target data-type="content-ref">Target</th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Enable Email Check-in on Enrolment Forms</td><td>Secure hosted enrolment flows, check existing customers by email, add optional verification, and reduce duplicate accounts before pass creation, retrieval, or wallet download across campaigns.</td><td><a href="/spaces/DJrf9G0l7ArnvuwEH0a8/pages/QbgmRSWuqATWBWZ5O04w">/spaces/DJrf9G0l7ArnvuwEH0a8/pages/QbgmRSWuqATWBWZ5O04w</a></td><td><a href="/files/Acd9UnI83Z8OHH65LzU3">/files/Acd9UnI83Z8OHH65LzU3</a></td></tr></tbody></table>

The Enrolment Form section covers the advanced configuration of the sign-up experience. When a customer submits their email address, TWC can automatically check whether they already exist in the system. If they do, an optional verification step — such as a one-time code or magic link — secures access before the pass is issued. If they don't, the form collects the remaining details and creates a new record. This prevents duplicate entries and keeps your customer database consistent, without requiring any additional development on your side.


---

# 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:

```
GET https://docs.thewalletcrew.io/configuration/enrolment-form.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.
