form!
title "Menu"
field(
var: "action",
type: "list-single",
open: true,
label: "Pick an action",
description: "or put a new customer info",
options: [
{ value: "info", label: "Customer Info" },
{ value: "financial", label: "Customer Billing Information" }
]
)