~singpolyma/sgx-jmp

ref: ba0328469129a1e73c53b06b81e560fd68a3fa72 sgx-jmp/forms/admin_menu.rb -rw-r--r-- 274 bytes
ba032846Christopher Vollick Declines should be an Int 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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" }
	]
)