Posted by João Martins on 13 Apr 2026
How to Create an Order Form That Saves to Google Sheets
Track product orders directly in Google Sheets - perfect for small businesses
If you're running a small business or selling products online, you need a simple way to collect orders. Form2Sheet lets you build a custom order form that saves every order to Google Sheets - track inventory, manage fulfillment, and get email notifications on new orders.
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.
(Email received after creating a spreadsheet)
Step 2: Building Your Order Form
Crafting your unique HTML form is the heart of the process. Utilize a text editor to add
the desired fields and styling to your form. Take inspiration from the example provided,
customizing it to fit your specific needs. Make sure to replace the $API_URL with the one you received
in your email (check your spam folder as well).
<form action="" method="">
<label>Your Name:</label>
<input type="text" name="">
<label>Your E-mail:</label>
<input type="email" name="">
<label>Product:</label>
<select name="">
<option value="Product A">Product A</option>
<option value="Product B">Product B</option>
<option value="Product C">Product C</option>
</select>
<label>Quantity:</label>
<input type="number" name="" min="1" value="1">
<label>Shipping Address:</label>
<textarea name=""></textarea>
<input type="submit" value="Place Order" />
</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.
Besides that, you and the respondent will receive a confirmation email with the data
submitted.
And that's it! Simple as that. Additionally, 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.
Conclusion
Congratulations! You can now go ahead and publish your order 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.