customer_picker.rb

 1form!
 2title "Pick Customer"
 3
 4instructions(
 5	"Tell us something about the customer and we'll try to get more " \
 6	"information for you"
 7)
 8
 9field(
10	var: "q",
11	type: "text-single",
12	label: "Something about the customer",
13	description: "Supported things include: customer ID, JID, phone number"
14)