> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/online-sign-ups/embedding-sign-up-form-with-filter.md).

# Embedding the Sign-Up Form for a Specific Location, Level, or Age Group

Have multiple venues and want each one to have its own sign-up tab on your website? Want to show a form only for children's classes, or only for a specific proficiency level? In ActiveNow you can generate a separate embed code for any combination of filters — no extra configuration needed.

## How to generate a filtered embed code

Go to *Settings → Sign-ups* and click *Place on website* next to the form you want to embed. Below the embed code, expand the **Generate form code with filtered classes** section.

Select the filter values to apply:

* **Group courses** — venue, proficiency level, or **age group** (children / adults)
* **Individual courses** — venue or instructor
* **Camps and holiday programmes** — venue or proficiency level
* **Events** — venue or event type

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

Once you select the parameters, the embed code at the top of the window updates automatically. Copy it and paste it on your website — the form will show only classes that match the selected criteria.

{% hint style="info" %}
Filtering events by event type is available on request — contact us to enable it.
{% endhint %}

## Blocking the table by age group

If you offer courses for both children and adults, you can embed two separate tables on your website — one showing only children's courses, and one showing only adults' courses. Select the **Age** filter when generating the group courses embed code and set the desired value.

{% hint style="info" %}
A table filtered to "children" will also display mixed courses (children and adults) — since both children and adults can sign up for those.
{% endhint %}


---

# 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.activenow.io/en/online-sign-ups/embedding-sign-up-form-with-filter.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.
