> 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-signup-form-on-wordpress.md).

# Embedding the Sign-Up Form on a WordPress Website

The ActiveNow sign-up form can be easily added to any WordPress website. Copy the form's embed code and paste it into the text editor in your WordPress dashboard.

## Steps

{% stepper %}
{% step %}

#### Copy the form code in ActiveNow

In ActiveNow, go to *Settings* → *Sign-ups*. In the sign-up forms list, find the form you want to embed and click *Place on website*.

Click the field containing the code to copy it.

![Settings → Online sign-ups tab showing the sign-up forms list with Place on website buttons next to each form](/files/RoBUPasLp6xXX51bGIQH)
{% endstep %}

{% step %}

#### Log in to WordPress

Log in to your WordPress admin dashboard.
{% endstep %}

{% step %}

#### Paste the code

Find the page or location where you want the sign-up form to appear.

In the **text editor**, paste the copied code.
{% endstep %}

{% step %}

#### Preview before publishing

Preview the changes before publishing to make sure everything looks correct.
{% endstep %}
{% endstepper %}


---

# 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://help.activenow.io/en/online-sign-ups/embedding-signup-form-on-wordpress.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.
