field(
	var: "plan_name",
	type: "list-single",
	label: "What currency should your account balance be in?",
	required: true,
	options: [
		{
			value: "CAD",
			label: "Canadian Dollars"
		},
		{
			value: "USD",
			label: "United States Dollars"
		}
	]
)
