Placing a form on the website
UA | US | RU |
---|
A form is an embedded element on your website that consists of your LGT.
After creating an LGT of the "Form" type, you will receive two code blocks that need to be placed in the code of your web page.
Creating an LGT of the "Form" Type
To create an LGT of the "Form" type, follow these steps:
Go to the LeeLoo.Ai platform, navigate to the "Sales Funnels" section, and open the desired funnel.
Right-click (for Windows) or tap with two fingers on the touchpad (for macOS) in an empty field of your funnel. Then, select "Lead Generation Tool", choose "Form," and click the "Create" button.
Adjust your LGT settings on the General, Content, and Traffic tabs.
Learn more at the link.
After creating the form, you will receive several code blocks that will be used depending on how you place the form on your website:
Copy the Init code and place it before the closing
</head>
tag on your website.Copy the script code of the form itself and place it after the Init code.
Copy the form code and place it in the location where you want the LGT of the "Form" type to appear. To center the form, use the following code:
<div class="In this field, specify the tag of your LGT." style="display: flex; justify-content: center; align-items: center; height: 100vh;"></div>