Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 952 Bytes

File metadata and controls

22 lines (14 loc) · 952 Bytes

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.