Embedding a Form on a Web Page
Introduction
Feature(s)
Embedding a form on a web page means that you can embed a form fill link or public query link on any web page you want.
Note:
1. At present, you can only embed a public form link on a web page. Internal form links do not support this feature.
2. Technical professionals can perform this feature when developing web pages.
Application Scenario(s)
- In the campus information systems, forms can be embedded on campus website pages to avoid students/employees accessing external link addresses, which may cause information leakage.
- In the exam score inquiries, public queries can be embedded on web pages to allow candidates to directly query scores on the page without navigating to a different website.
Preview
1. The following displays the effect of embedding a form fill link into a knowledge management platform:
2. The following displays the effect of embedding a public query link into a knowledge management platform:
Setting Procedure
Embedding a form on a web page includes:
- Embed a form fill link on a web page.
- Embed a public query link on a web page.
Take the example of embedding a form fill link on a web page, and you will see how to configure Embed Page.
Entering the Editing Page
Select a form to embed into a web page, and click Edit.
Enabling the Form Fill Link
Go to Publish > To All, and click Advanced > Embed Link.
Copying Embedded Code
Here is the iframe reference code provided by Jodoo.
<iframe width="100%" height="100%" style="position: absolute; border: none;" src="https://www.jodoo.com/f/64c31209f3447500085c197c?embed=true"></iframe>
📍 You can modify the reference code to fit your needs, such as adjusting the width and height. If you want to use the code directly, please delete the 'position: absolute;' part to avoid errors. For example, for the reference code above, the version you copy should be:
<iframe width="100%" height="100%" style="border: none;" src="https://www.jodoo.com/f/64c31209f3447500085c197c?embed=true"></iframe>
Note(s)
1. The width and height of the web page embedded are 100% by default. You can modify width="100%" height="100%" according to your needs.
2. For the details of embedding a dashboard on the iframe web page, see Dashboard Embed Link (iframe).