Free order form for small businesses
Accept orders online with a free form backend. Email notifications and Google Sheets tracking. No payment processing.
Not every order needs Stripe. Bakeries, caterers, freelancers, and small shops often take orders via email or DMs. LazyForms gives you a proper order form that sends structured order details to your inbox and logs everything in a dashboard.
What you get
- Structured order details delivered straight to your email
- Dashboard to track and search all orders
- Google Sheets sync for order tracking in a spreadsheet
- CC your team so everyone sees new orders instantly
- Set up webhooks to notify your fulfillment workflow
Example code
Copy this HTML and replace YOUR_ACCESS_KEY with your form endpoint key.
<form action="https://api.lazyforms.com/f/YOUR_ACCESS_KEY" method="POST">
<input type="text" name="name" placeholder="Customer name" required />
<input type="email" name="email" placeholder="Email" required />
<input type="text" name="phone" placeholder="Phone number" />
<input type="text" name="item" placeholder="What would you like to order?" required />
<input type="text" name="quantity" placeholder="Quantity" required />
<textarea name="notes" placeholder="Special instructions" rows="4"></textarea>
<input type="text" name="_honey" style="display:none" tabindex="-1" />
<button type="submit">Submit</button>
</form>Tips
- Add a phone field for order coordination.
- Sync to Google Sheets for an instant order tracking spreadsheet.
- Use CC emails to loop in your fulfillment team.
How LazyForms works
- 1
Create a free account — just your email, no credit card.
- 2
Create a form endpoint and get your unique action URL.
- 3
Add the URL as your form's action attribute.
- 4
Every submission goes to your email, dashboard, and connected integrations.
Create your order form
Free forever. No credit card. Set up in 30 seconds.
Enter your email to receive your form action URL · No password needed