> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/baztheme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/baztheme/getting-started/custom-enrollment-page.md).

# Custom Enrollment Page

### **Instructions:**

1. **Add a Text Area field**:
   * Navigate to <mark style="background-color:yellow;">Site administration - Courses - Default settings - Course custom fields</mark>.
     * **Shortname:** enrolldesc (Keep this name unchanged.)

       **Name:** "Custom description on enrollment page" (or similar)
   * Include a custom field visible only on the enrollment page.

<figure><img src="/files/x7v5OwPFZvPF5oTJhROE" alt=""><figcaption></figcaption></figure>

**BAZ Demo page (Enrollment page preview)** <https://baz.rosea.dev/enrol/index.php?id=4>

### **How to Find the Enrollment Page URL**

To locate the enrollment page for a specific course, use the following URL format:

```
[YourSiteURL]/enrol/index.php?id=[CourseID]
```

1. Replace `[YourSiteURL]` with the domain name of your site.
2. Substitute `[CourseID]` with the ID of the course you wish to enroll in.

This will direct you to the enrollment page for that course.
