# 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* → *Online 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/6ru4lwl5pCx24aLFolC2)
{% 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: 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.
