form! instructions "Set Trust Level" field( var: "new_trust_level", type: "list-single", label: "Trust Level", value: @manual || "automatic", options: @levels.map { |lvl| { label: lvl, value: lvl } } + [{ label: "Automatic", value: "automatic" }] )