📋Get embed code of a form
This guide shows you how to get the embed code (shortcode) for your form so you can place it on any page of your Shopify store.
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

Example shortcode:
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 paste the copied shortcode into the page, theme template, or section where you want the form to appear
Last updated