> For the complete documentation index, see [llms.txt](https://docs.rewst.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rewst.help/documentation/automations/forms/embedding-a-form-into-an-iframe.md).

# Embed a form into an iFrame

### Embed forms

There is often a need to embed a form in an iframe to give users the ability to complete a form and trigger automation. The form can be embedded into other web pages that use iFrame links.

{% hint style="success" %}
To get the dynamic form URL, make sure your form is already set up as a trigger for a workflow.
{% endhint %}

### Get an embeddable link

Follow these steps to get the embeddable link:

1. Navigate to **Automations > Workflows**.
2. Click on the Workflow that includes the form trigger to open it in the Workflow Builder.
3. Click on the trigger to open its settings in the right side menu.
4. Click **Copy URL**.
5. Click **<>** **Copy Embeddable iFrame code**. This copies the embeddable Iframe code. Paste the code into your compatible webpage editor.

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


---

# 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://docs.rewst.help/documentation/automations/forms/embedding-a-form-into-an-iframe.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.
