Posted by João Martins on 13 Apr 2026

How to Connect Shopify Forms to Google Sheets

Save Shopify form submissions to Google Sheets — no paid apps needed


Running a Shopify store and need to collect custom form data in Google Sheets? Instead of paying for Shopify apps, just add a simple HTML form to your theme using Form2Sheet. Perfect for contact forms, wholesale inquiries, or custom order requests.

In this tutorial, I will guide you through the process of adding a form to Shopify that sends submissions directly to Google Sheets using Form2Sheet.

Step 1: Prerequisites

The first step in integrating Form2Sheet is to subscribe either monthly or yearly.
Then, go to https://form2sheet.com and create your first spreadsheet.

Screenshot
(Email received after creating a spreadsheet)


Step 2: Adding a Form to Shopify

In your Shopify theme, you can add custom HTML using a Custom Liquid section or the Custom HTML feature in the theme editor. Navigate to your theme editor, add a Custom Liquid section, and paste the form code below. Make sure to replace the $API_URL with the one you received in your email (check your spam folder as well).

<!-- Add this to a Custom Liquid section in your Shopify theme -->
<form action="" method="">
  <label>Name:</label>
  <input type="text" name="" />
  <label>E-mail:</label>
  <input type="email" name="" />
  <label>Message:</label>
  <textarea name=""></textarea>
  <input type="submit" value="Submit" />
</form>


Step 3: Submitting the Form

In the GIF below, you can see how after submitting the form you check the results in your Spreadsheet.

Screenshot

Besides that, you and the respondent will receive a confirmation email with the data submitted.

Screenshot
Screenshot


And that's is! Simple as that. Aditionally, you can create Unlimited Spreadsheets, customize the Thank You page, add as many Custom Form Fields as you want and remove the Form2Sheet branding from the emails.

Screenshot


Conclusion

Congratulations! You can now go ahead and publish your Shopify store with the form. It is now ready to start collecting responses. With Form2Sheet, the process is streamlined, and you can focus on obtaining valuable data without the hassle of complicated setups.

If this made you curious, go ahead and check our pricing below.

Related Guides