📋How to get embed code of a form

You can embed your form on any page of your Shopify store (or even an external site) by using the embed code.

1. Open the app > click Forms > open a form you want

2. Click Publish button on the right corner

4. Select the form layout and click Copy short code

For example:

  • Form shortcode for default/floating/boxed form: (xxx is form ID)

<div class="globo-formbuilder" data-id="xxxx"></div> 
  • Form shortcode for popup-button form: (xxx is form ID)

<div class="globo-formbuilder" data-id="xxxx"></div>   

Then you can add the form short code to the page/position you want on the site. Learn more

Last updated