# 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="https://2873786088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCsh2IXpGstOXBcIR0peN%2Fuploads%2FSLllH5d633AggC0DY2F9%2Fenrollment-page-settings.png?alt=media&#x26;token=80d02cea-7cdb-4c2a-9bdf-cd87ab48e37d" 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.
