From ec6b59b86efbd3a9794551288ce9315a253e526f Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 3 Apr 2023 13:32:09 -0500 Subject: [PATCH] Forgot the form --- forms/registration/google_play.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 forms/registration/google_play.rb diff --git a/forms/registration/google_play.rb b/forms/registration/google_play.rb new file mode 100644 index 0000000000000000000000000000000000000000..670600beaf60d87f965c2e7ba3571aadf7407506 --- /dev/null +++ b/forms/registration/google_play.rb @@ -0,0 +1,15 @@ +form! +title "Activate JMP" + +instructions <<~I + You've selected #{@tel} as your JMP number. + You will start out with a free trial for one month, after which you will need to top up your balance to keep the account. +I + +instance_eval File.read("#{__dir__}/plan_name.rb") + +field( + var: "code", + type: "text-single", + label: "Optional referral code" +)