Catalog sites and small manufacturers often need a buy path before they are ready for a full cart. The form posts name, SKU, quantity, and a shipping address with ZIP or postcode into a dashboard instead of a messy sales inbox.
Register the shop domain and copy the ID into this builder.
Those two fields prevent most fulfilment callbacks.
Do not hide the form behind a ‘contact us to order’ link.
Sales can follow up after the pick ticket exists.
An order capture on a marketing site is the structured record of what someone wants to buy, how many units, and where it should land. US buyers expect a ZIP on the address block; UK buyers expect a postcode and often a county line. Neither group wants to invent a PayPal checkout just to request a crate of parts.
This page is for shops that invoice later, take phone payment, or fulfil from a warehouse after a human confirms stock. It is not a PCI card widget. Keep payment off the public HTML and use the submission as the pick list starter.
Most failed first orders happen because quantity or ship-to is missing, not because the buyer forgot their favourite colour.
If you sell hazardous or oversized goods, add a note on the form asking for a loading-dock flag rather than hoping they mention it in chat.
Between Shopify and a PDF price list sits a large middle: HTML on a static catalog.
Publish the form under the spec table. Buyers stay on your domain and you own the row in your form backend.
Shopify and WooCommerce win when you have dozens of SKUs and card capture. Overkill for a 12-item line card.
Still common in trade. You lose timestamps, quantities, and a clean ship-to.
Fine for repeats; terrible for first-time US and UK buyers who work across time zones.
Many industrial sites are still plain HTML or a JAMstack rebuild. Point the form at your backend and you can take orders from GitHub Pages or a CDN without PHP.
Turn on email to operations@ and export CSV on Friday for the warehouse. Duplicate labels if you need ZIP on the US mirror and postcode on the.co.uk mirror.
No. Capture the order, then invoice, take a card on a hosted payment page, or call the buyer.
after you adjust field labels, replace the product text input with a select of your real SKUs.
Keep one address textarea and mention ZIP or postcode in the placeholder. Split state vs county later if your carrier needs it.
Not for high SKU counts and subscriptions. It replaces the ‘email us to buy’ pattern on a brochure catalog.
Let visitors order from a static menu or catalog without a cart app.
Let buyers send PO number, SKU, and ship-to without emailing a spreadsheet.
Capture what to price, quantity hints, and company context before a sales call.