# 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.
3. Click **Edit Trigger** in the top menu.
4. Scroll down the trigger menu to the **Dynamic Form URL** section.
5. Click **View Direct URLs**.
6. Click **<>** **Copy Embeddable iFrame code**. This copies the embeddable Iframe code. Paste the code into your compatible webpage editor.

<figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FMO0DXATbRWbHWr30oIdp%2FScreenshot%202026-03-06%20at%2011.19.22%E2%80%AFAM.png?alt=media&#x26;token=bcf78568-5f88-411d-a9d7-864597539bfd" alt=""><figcaption></figcaption></figure>


---

# 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://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.
