Versions Compared

Key

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

...

...

...

...

After creating the form, you will receive several 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 RemovedImage Added

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

...