> For the complete documentation index, see [llms.txt](https://help.gleantap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gleantap.com/pages/adding-forms-to-pages.md).

# Adding Forms to Pages

You can embed any Gleantap form directly into a Gleantap landing page using the **Advanced Forms** content block in the page builder.

## Before you start

Create the form and the page first:

* **Create your form** under **Forms & Pages → Forms** — see [Creating a Form](/forms/creating-a-form.md).
* **Create your page** under **Forms & Pages → Pages** — see [Creating a Page](/pages/creating-a-page.md).

## Adding the form

**Step 1** — Open the page in the page builder. In the sidebar on the right, click the **Content** tab (not Design or Settings). The Content tab lists every block you can drag onto the page — including **Advanced Forms**.

Drag **Advanced Forms** from the Content tab onto your page.

<figure><img src="https://312952119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaFKpjLzPT7iDAWD0tQXo%2Fuploads%2F21H4FMIgHpPdSq3zA1iP%2FScreenshot%202023-09-27%20at%2011.18.04%20PM.png?alt=media&#x26;token=ebecdf9d-5432-4be8-add5-c169cb27285b" alt="" width="188"><figcaption></figcaption></figure>

**Step 2** — Click the Advanced Form block you just added. Its properties open in the sidebar.

<figure><img src="https://312952119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaFKpjLzPT7iDAWD0tQXo%2Fuploads%2FkmGfXOayVOOxTpIjuf0X%2FScreenshot%202023-09-28%20at%2012.20.52%20AM.png?alt=media&#x26;token=37022bf5-d504-43ec-a136-6a89f7d595d5" alt=""><figcaption></figcaption></figure>

**Step 3** — Click the blue **Choose Form** button. A pop-up appears listing every form in your account. Select the one you want and click **Add**.

<figure><img src="https://312952119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaFKpjLzPT7iDAWD0tQXo%2Fuploads%2F6FETBX1ScNTEtxER2VEW%2FScreenshot%202023-09-28%20at%2012.31.27%20AM.png?alt=media&#x26;token=b30f32d6-2eb0-424b-ad3f-13e49545cb27" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Click **Save** at the top of the page builder after any change.
{% endhint %}

***

## Can't find the Advanced Forms block?

The block is in the **Content** tab of the page-builder sidebar, not the Design or Settings tabs. If you're on the wrong tab you'll see layout blocks (headings, buttons, images) but no Advanced Forms option.

If you've confirmed you're on the Content tab and Advanced Forms still doesn't appear, try:

1. **Refresh the page builder.** Occasionally the sidebar hasn't finished loading.
2. **Check whether at least one form exists** in **Forms & Pages → Forms**. The block relies on a form to embed.
3. **Try a different browser or an incognito window** in case a browser extension is blocking part of the sidebar.
4. **Contact** [**support@gleantap.com**](mailto:support@gleantap.com) if none of the above resolves it — include a screenshot of your Content tab.

***

## Styling and behavior of the embedded form

The form you embed carries all of its own settings with it — visual design, CSS, tracking codes, and submit behavior. Configure those once on the form itself (see [Customizing Design](/forms/customizing-design.md)) and they apply everywhere the form is used, including inside Pages.

## Related pages

* [Creating a Form](/forms/creating-a-form.md)
* [Customizing Design](/forms/customizing-design.md)
* [Creating a Page](/pages/creating-a-page.md)
* [Customizing Design (Pages)](/pages/customizing-design.md)


---

# 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.gleantap.com/pages/adding-forms-to-pages.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.
