fields are on forms

Stephen Paul Weber created

Change summary

sgx_jmp.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

sgx_jmp.rb 🔗

@@ -950,7 +950,7 @@ Command.new(
 			reply.command << FormTemplate.render("snikket_launch")
 		}.then { |response|
 			domain = response.form.field("domain").value.to_s
-			test_instance = response.field("test_instance")&.value.to_s
+			test_instance = response.form.field("test_instance")&.value.to_s
 			IQ_MANAGER.write(Snikket::Launch.new(
 				nil, CONFIG[:snikket_hosting_api],
 				domain: domain, test_instance: test_instance