Back to Integration Overview
🛍️
Shopify Integration
E-commerce • 1-Click Theme Extension
Easily embed lead capture forms, custom product inquiries, or survey popups into your Shopify store without editing complicated Liquid template files manually.
Method 1: Theme App Extension (Recommended)
Shopify Online Store 2.0 themes allow you to add forms visually from the Theme Editor.
- Log in to your Shopify Admin Dashboard.
- Go to Online Store > Themes and click Customize on your active theme.
- In the left sidebar, click Add Block (or Add Section) on the section where you want the form.
- Under Apps, select Form Web App Extension.
- Select your Form ID from the app configuration dropdown and click Save in the top right corner.
Method 2: Custom Liquid Template Embed
If you are using custom liquid code or legacy Shopify themes, you can embed the script directly:
<!-- Paste inside your theme.liquid or main-product.liquid -->
<div id="form-app-container" data-form-id="YOUR_FORM_ID"></div>
<script src="https://email-marketing-liart.vercel.app/api//widget.js" async></script>