To set the page tags you must press the confirm order button after saving the order.
Menu Selection | |
---|---|
Order %%name%% | Table %%form_data{table}%% |
Starter | %%form_data{starter}%% |
Pizza | %%form_data{pizza}%% |
Steak | %%form_data{steak}%% %%form_data{cooked}%% |
Tea/Coffee | %%form_data{coffee}%% |
Next: 1 - Customer Order
====
[[form]]
fields:
table:
label: Table
type: select
values:
ta: Takeaway
1: 1
2: 2
3: 3
4: 4
starter:
label: Starter
type: select
values:
no: None
sp: Soup
sl: Salad
pc: Prawn Cocktail
nc: Nachos
pizza:
label: Pizza
type: select
values:
no: None
ma: Margarita
hs: Hot & Spicy
hp: Ham & Pineapple
sf: Seafood
steak:
label: Steak
type: select
values:
no: None
re: Rib-eye
tb: T-bone
si: Sirloin
ch: Chateaubriand
cooked:
label: How Cooked
type: select
values:
no: None
ra: Rare
mr: Medium Rare
md: Medium
wd: Well Done
coffee:
label: Tea/Coffee
type: select
values:
no: None
te: Tea
la: Latte
ca: Cappuccino
am: Americano
completed:
label: Service
type: select
values:
op: Open
co: Completed
default: op
menu:
label: Menu
type: file
[[/form]]