form!
title "Pick Customer"

instructions(
	"Tell us something about the customer and we'll try to get more " \
	"information for you"
)

field(
	var: "q",
	type: "text-single",
	label: "Something about the customer",
	description: "Supported things include: customer ID, JID, phone number"
)
