1form!
2title "Bring your own number to JMP"
3instructions <<~I
4 To port this number, we must know the name of the carrier you're porting away from.
5I
6
7field(
8 var: "LosingCarrier",
9 required: true,
10 type: "text-single",
11 label: "Name of losing carrier"
12)