Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 932 Bytes

embedding-a-form-into-an-iframe.md

File metadata and controls

23 lines (15 loc) · 932 Bytes

Embedding a Form into an iFrame

Embedding 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 %}

How to Get an Embeddable Link

Follow these steps to get the embeddable link:

  1. Go to your account in Rewst.
  2. Go to AutomationsWorkflows.
  3. Click on the Workflow that includes the Form Trigger.
  4. Click on Edit Trigger in the top menu.
  5. Click on Copy Embeddable iFrame code.

This copies the embeddable Iframe Code. You can paste the code into your compatible webpage editor.