1result!
2
3title "Create Subaccount"
4
5instructions(
6 "To create a new phone number linked to your account balance, " \
7 "you can sign up for JMP using a new Jabber ID and the referral code below."
8)
9
10field(
11 type: "text-single",
12 var: "code",
13 label: "Referral Code",
14 value: @code
15)
16
17if @cheogram
18 field(
19 type: "text-single",
20 datatype: "xs:anyURI",
21 label: "Watch this guide for creating an account using a snikket instance",
22 value: "https://kumi.tube/w/jzYKJzdhtdBfPbFCH2VnDZ?start=14s"
23 )
24
25 field(
26 type: "text-single",
27 datatype: "xs:anyURI",
28 label: "Watch this guide for creating an account using a public server",
29 value: "https://kumi.tube/w/eKG2zVY8kU9wJR3PKqM7kp?start=14s"
30 )
31end