1field(
2 var: "plan_name",
3 type: "list-single",
4 label: "What currency should your account balance be in?",
5 required: true,
6 options: [
7 {
8 value: "CAD",
9 label: "Canadian Dollars"
10 },
11 {
12 value: "USD",
13 label: "United States Dollars"
14 }
15 ]
16)