Embedding a Form to another Platform

Embedding a form into your website or a third-party platform is simple using the form’s embed link.

First, navigate to your account’s Settings, then select Forms. Choose the form you want to embed by clicking on it. Next, click the three-dot menu button associated with the selected form and select Copy embed link from the dropdown menu.

Once you have the embed link, you can add the form to your website or any compatible platform using basic HTML code. Insert the following iframe code where you want the form to appear:

<iframe src="FORM_EMBED_LINK"></iframe>

Make sure to replace "FORM_EMBED_LINK" with the actual URL you copied earlier. This iframe will seamlessly display your form, ensuring it fits well within your site’s design.

Embedding forms this way allows for easy access and interaction, enhancing the user experience without requiring technical expertise. Whether you're updating your website or integrating with a third-party service, this method provides a reliable solution for showcasing your forms effectively.


Was this article helpful?