> 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-wix.md).

# Embedding the Sign-Up Form on a Wix Website

The ActiveNow sign-up form can be integrated with any website, regardless of the platform it was built on. Wix is no exception.

{% stepper %}
{% step %}

#### Open the Wix editor

Open the Wix editor and click the plus icon in the left panel to add a new section.
{% endstep %}

{% step %}

#### Go to embed widget

In the element list, navigate to *Embed* → *Custom element* → *Embed a widget*.

![Wix editor with the element panel open and Embed widget option highlighted](/files/aO5LvHMsKhhLiuBm78DB)
{% endstep %}

{% step %}

#### Place the element on the page

Position the element where you want the sign-up form to appear, then click *Enter code* on the element (or double-click the element on the page).

![HTML element placed on the Wix page with the Enter code option](/files/0Aa5IyeOsVrYRDHDVBlv)
{% endstep %}

{% step %}

#### Paste the ActiveNow code

In ActiveNow, go to *Settings* → *Sign-ups* and copy the HTML embed code using the *Place on website* option.

Return to Wix and paste the ActiveNow code into the HTML element editor. Click *Update* to confirm.

![HTML code editor in Wix with the ActiveNow embed code pasted and the Update button](/files/4vsNPXgzkV3svXoKqhS3)
{% 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-wix.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.
