← All Guides
Shopify Forms
Add contact forms to your Shopify store without installing an app.
5 minutes Beginner friendly
Method 1: Page Content
Add a form to any page's content:
- Go to Online Store → Pages
- Edit or create a page (e.g., Contact)
- Click the <> (Show HTML) button in the editor
- Paste the embed code
- Save
<script src="https://codasite.ai/forms-embed.js" data-form="cf_xxxxx"></script> Method 2: Theme Customizer
Add a form section to any page:
- Go to Online Store → Themes → Customize
- Select the page you want to edit
- Add a Custom Liquid section
- Paste the embed code
- Save
Method 3: Theme Code (Advanced)
Edit your theme's Liquid files directly:
- Go to Online Store → Themes → Edit code
- Find the template or section file you want to edit
- Add the embed code where you want the form
- Save
templates/page.contact.liquid
<div class="page-width">
<h1>{{ page.title }}</h1>
<!-- codaForms contact form -->
<script src="https://codasite.ai/forms-embed.js" data-form="cf_xxxxx"></script>
</div> Use Cases for Shopify
- Contact page: Customer inquiries
- Wholesale inquiries: B2B lead capture
- Product questions: Embed on product pages
- Newsletter signup: Email collection
- Returns/exchanges: Customer service forms