Forgot the form

Stephen Paul Weber created

Change summary

forms/registration/google_play.rb | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Detailed changes

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"
+)