snikket_launch.rb

 1form!
 2
 3title "Launch Snikket Instance"
 4
 5field(
 6	var: "domain",
 7	label: "Domain for Instance",
 8	type: "text-single"
 9)
10
11field(
12	var: "test_instance",
13	label: "Is this a test instance?",
14	type: "boolean"
15)