In the input, provide a single line per input field. Each line will consist on at least 3 parts separated by a single space, the field type, metaname, and the label. A fourth field is required for field types SELECT and RADIO provides a items-list.
The order of the lines representing each input field is the order in which the fields will be displayed in the user profile page.
Synopsis for a input field line is:
TYPE metaname {Label[:help message]} [{items-list}]
TEXT phone {Phone:Please enter your office phone number}
TEXT city {City}
SELECT fruits {Fruits} {banana:Banana,apple:Apple,grape:Grape}
CHECKBOX onoff {On/Off} {on}
CHECKBOX selectany {Select Any} {apple:Apple,grape:Grape,orange:Orange,plum:Plum}
RADIO selectone {Select One} {cats:Cats,dogs:Dogs,horses:Horses,cows:Cows}
TEXTAREA description {Description:Please enter less than 200 characters.}