Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

...

A form is an embedded element on your website that consists of your LGT.
After creating the forman LGT of the "Form" type, you will receive several two code blocks of code that will be used, depending on how the form is placed on the site:

Widget Connector
overlayyoutube
_templatecom/atlassian/confluence/extra/widgetconnector/templates/youtube.vm
width400px
urlhttps://www.youtube.com/watch?v=151ryqq4B0I&feature=youtu.be
height300px

First method (recommended)

Image Removed

  1. Button - “copy code” Place the initialization script (1) at the very end of the body of the page - before the closing tag </body>;

  2. Initialization script for the LGT itself. Place it in the place on the site where you want to see your LGT of the “Form” type.

  3. The link is the same in functionality as point 2. Place it in the place on the site where you want to see your LGT “Form” type.

Second way

After creating the form, in addition to the link, you will receive two blocks of code that must be placed in the code of your web page.

...

  1. Button - “copy code” Place the initialization script (1) at the very end of the body of the page - before the closing tag </body>;
    Initialization script for the LGT itself. Place it in the place on the site where you want to see your LGT of the “Form” type. But not below the initialization script.
    The link is the same in functionality as point 2. Place it in the place on the site where you want to see your LGT “Form” type. But not below the initialization script.
    After that, you need to create an element that will contain the form. The id for such an element should be set to the selector found in the form settings (without the # symbol).

...

Example: <div id="wepster_action_element"></div>

The form will appear on the site where this element is located.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:

  1. Go to the LeeLoo.Ai platform, navigate to the "Sales Funnels" section, and open the desired funnel.

...

  1. 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.

...

  1. Adjust your LGT settings on the General, Content, and Traffic tabs.
    Learn more at the link.

...

  1. After creating the form, you will receive several code blocks that will be used depending on how you place the form on your website:

...

  1. Copy the Init code and place it before the closing </head> tag on your website.

  2. Copy the script code of the form itself and place it after the Init code.

  3. 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:

Code Block
<div class="In this field, specify the tag of your LGT." style="display: flex; justify-content: center; align-items: center; height: 100vh;"></div>

...