Page Layout
Images & Content
Main Title Settings
Product Name Settings
Theme Selection
Custom Colors (Light Theme)
Form Layout
Dropdown Colors
Success Message Colors
Submit Button Style
Floating Button Style
Webhook Configuration
Configure where order data will be sent when customers submit the form.
Data Format Sent
The following data will be sent to your delivery company:
{
"id": 1234567890,
"order_number": "COD-1234567890",
"customer": {
"first_name": "Client",
"last_name": "Name",
"phone": "Phone Number"
},
"shipping_address": {
"address1": "Full Address"
},
"line_items": [
{
"sku": "SKU-12345",
"quantity": 1,
"price": "1000.00",
"title": "Product Name"
}
],
"total_price": "1000.00",
"financial_status": "pending",
"created_at": "2024-01-15T10:30:00Z"
}
Make sure your delivery company supports this JSON format.
The SKU field is included automatically but hidden from customers.
Success Message
Facebook Pixel Configuration
Add your Facebook Pixel ID to track user interactions and conversions.
Events That Will Be Tracked
- PageView - When page loads
- ViewContent - When form is displayed
- AddToCart - When quantity is selected
- InitiateCheckout - When user starts filling form
- Purchase - When order is submitted successfully
- NameEntered - When name field is filled
- PhoneEntered - When phone field is filled
- AddressEntered - When address field is filled
- StateSelected - When state is selected
- FormFilledNotSubmitted - When 3+ fields completed
Make sure to test your Pixel with the Facebook Pixel Helper Chrome extension after deployment.